org.tmatesoft.svn.core.wc.xml
public class SVNXMLInfoHandler extends AbstractXMLHandler implements ISVNInfoHandler
Version: 1.1.1
| Constructor Summary | |
|---|---|
| SVNXMLInfoHandler(ContentHandler contentHandler)
Creates a new info handler.
| |
| SVNXMLInfoHandler(ContentHandler contentHandler, ISVNDebugLog log)
Creates a new info handler.
| |
| Method Summary | |
|---|---|
| protected String | getHeaderName() |
| protected String | getRelativePath(File path) |
| protected String | getTargetPath() |
| void | handleInfo(SVNInfo info) |
| void | setTargetPath(File path)
Sets the target path what makes all paths be relative to this one.
|
Parameters: contentHandler a ContentHandler to form an XML tree
Parameters: contentHandler a ContentHandler to form an XML tree log a debug logger
Parameters: path target path