public class SVNXMLInfoHandler extends AbstractXMLHandler implements ISVNInfoHandler
| Constructor and Description |
|---|
SVNXMLInfoHandler(ContentHandler contentHandler)
Creates a new info handler.
|
SVNXMLInfoHandler(ContentHandler contentHandler,
ISVNDebugLog log)
Creates a new info handler.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
getHeaderName() |
protected String |
getRelativePath(File path) |
protected String |
getTargetPath() |
void |
handleInfo(SVNInfo info)
Handles info producing corresponding xml.
|
void |
setTargetPath(File path)
Sets the target path what makes all paths be relative to this one.
|
addAttribute, addTag, closeTag, endDocument, getColumnNumber, getDebugLog, getLineNumber, getPublicId, getSystemId, openTag, startDocumentpublic SVNXMLInfoHandler(ContentHandler contentHandler)
contentHandler - a ContentHandler to form
an XML treepublic SVNXMLInfoHandler(ContentHandler contentHandler, ISVNDebugLog log)
contentHandler - a ContentHandler to form
an XML treelog - a debug loggerpublic void setTargetPath(File path)
path - target pathprotected String getHeaderName()
getHeaderName in class AbstractXMLHandlerpublic void handleInfo(SVNInfo info) throws SVNException
handleInfo in interface ISVNInfoHandlerinfo - infoSVNExceptionprotected String getTargetPath()
Copyright © 2025. All rights reserved.