org.tmatesoft.svn.core.wc.xml
Class SVNXMLInfoHandler
- ISVNInfoHandler
public class SVNXMLInfoHandler
SVNXMLInfoHandler(ContentHandler contentHandler)- Creates a new info handler.
|
SVNXMLInfoHandler(ContentHandler contentHandler, org.tmatesoft.svn.util.ISVNDebugLog log)- Creates a new info handler.
|
SVNXMLInfoHandler
public SVNXMLInfoHandler(ContentHandler contentHandler)
Creates a new info handler.
contentHandler - a ContentHandler to form
an XML tree
SVNXMLInfoHandler
public SVNXMLInfoHandler(ContentHandler contentHandler,
org.tmatesoft.svn.util.ISVNDebugLog log) Creates a new info handler.
contentHandler - a ContentHandler to form
an XML treelog - a debug logger
getRelativePath
protected String getRelativePath(File path)
getTargetPath
protected String getTargetPath()
setTargetPath
public void setTargetPath(File path)
Sets the target path what makes all paths be relative to this one.
Copyright © 2004-2006 TMate Software Ltd. All Rights Reserved.