org.tmatesoft.svn.core.wc.xml

Class SVNXMLInfoHandler

public class SVNXMLInfoHandler extends AbstractXMLHandler implements ISVNInfoHandler

Version: 1.1.1

Author: TMate Software Ltd.

Constructor Summary
SVNXMLInfoHandler(ContentHandler contentHandler)
Creates a new info handler.
SVNXMLInfoHandler(ContentHandler contentHandler, ISVNDebugLog log)
Creates a new info handler.
Method Summary
protected StringgetHeaderName()
protected StringgetRelativePath(File path)
protected StringgetTargetPath()
voidhandleInfo(SVNInfo info)
voidsetTargetPath(File path)
Sets the target path what makes all paths be relative to this one.

Constructor Detail

SVNXMLInfoHandler

public SVNXMLInfoHandler(ContentHandler contentHandler)
Creates a new info handler.

Parameters: contentHandler a ContentHandler to form an XML tree

SVNXMLInfoHandler

public SVNXMLInfoHandler(ContentHandler contentHandler, ISVNDebugLog log)
Creates a new info handler.

Parameters: contentHandler a ContentHandler to form an XML tree log a debug logger

Method Detail

getHeaderName

protected String getHeaderName()

getRelativePath

protected String getRelativePath(File path)

getTargetPath

protected String getTargetPath()

handleInfo

public void handleInfo(SVNInfo info)

setTargetPath

public void setTargetPath(File path)
Sets the target path what makes all paths be relative to this one.

Parameters: path target path

Copyright © 2004-2007 TMate Software Ltd. All Rights Reserved.