org.tmatesoft.svn.core.wc.xml
Class SVNXMLInfoHandler
java.lang.Object
org.tmatesoft.svn.core.wc.xml.AbstractXMLHandler
org.tmatesoft.svn.core.wc.xml.SVNXMLInfoHandler
- All Implemented Interfaces:
- ISVNInfoHandler, Locator
- public class SVNXMLInfoHandler
- extends AbstractXMLHandler
- implements ISVNInfoHandler
- Version:
- 1.1.1
- Author:
- TMate Software Ltd.
Methods inherited from class org.tmatesoft.svn.core.wc.xml.AbstractXMLHandler |
addAttribute, addTag, closeTag, endDocument, getColumnNumber, getDebugLog, getLineNumber, getPublicId, getSystemId, openTag, startDocument |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SVNXMLInfoHandler
public SVNXMLInfoHandler(ContentHandler contentHandler)
- Creates a new info handler.
- Parameters:
contentHandler
- a ContentHandler to form
an XML tree
SVNXMLInfoHandler
public SVNXMLInfoHandler(ContentHandler contentHandler,
org.tmatesoft.svn.util.ISVNDebugLog log)
- Creates a new info handler.
- Parameters:
contentHandler
- a ContentHandler to form
an XML treelog
- a debug logger
setTargetPath
public void setTargetPath(File path)
- Sets the target path what makes all paths be relative to this one.
- Parameters:
path
- target path
getHeaderName
protected String getHeaderName()
- Specified by:
getHeaderName
in class AbstractXMLHandler
handleInfo
public void handleInfo(SVNInfo info)
throws SVNException
- Description copied from interface:
ISVNInfoHandler
- Handles item's information using an SVNInfo object.
- Specified by:
handleInfo
in interface ISVNInfoHandler
- Parameters:
info
- an object that contain's item's information details
- Throws:
SVNException
getRelativePath
protected String getRelativePath(File path)
getTargetPath
protected String getTargetPath()
Copyright © 2004-2007 TMate Software Ltd. All Rights Reserved.