Class SVNXMLInfoHandler

    • Constructor Detail

      • SVNXMLInfoHandler

        public SVNXMLInfoHandler​(org.xml.sax.ContentHandler contentHandler)
        Creates a new info handler.
        Parameters:
        contentHandler - a ContentHandler to form an XML tree
      • SVNXMLInfoHandler

        public SVNXMLInfoHandler​(org.xml.sax.ContentHandler contentHandler,
                                 org.tmatesoft.svn.util.ISVNDebugLog log)
        Creates a new info handler.
        Parameters:
        contentHandler - a ContentHandler to form an XML tree
        log - a debug logger
    • Method Detail

      • setTargetPath

        public void setTargetPath​(java.io.File path)
        Sets the target path what makes all paths be relative to this one.
        Parameters:
        path - target path
      • getRelativePath

        protected java.lang.String getRelativePath​(java.io.File path)
      • getTargetPath

        protected java.lang.String getTargetPath()