Uses of Class
org.tmatesoft.svn.core.wc.SVNInfo
Packages that use SVNInfo
Package
Description
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
This package provides a high-level API for managing Working Copies in a way
compatible with the native SVN command line client.
This package gives an advantage to write annotation, status and log
information in xml format to any SAX ContentHandler implementation.
-
Uses of SVNInfo in org.tigris.subversion.javahl
Methods in org.tigris.subversion.javahl with parameters of type SVNInfoModifier and TypeMethodDescriptionstatic InfoJavaHLObjectFactory.createInfo(SVNInfo info) static Info2JavaHLObjectFactory.createInfo2(SVNInfo info) -
Uses of SVNInfo in org.tmatesoft.svn.cli.svn
Methods in org.tmatesoft.svn.cli.svn with parameters of type SVNInfoModifier and TypeMethodDescriptionvoidSVNInfoCommand.handleInfo(SVNInfo info) protected voidprivate voidSVNInfoCommand.printInfoItem(SVNInfo info) protected voidSVNInfoCommand.printInfoXML(SVNInfo info) private java.lang.StringSVNInfoCommand.relativeUrl(SVNInfo info) -
Uses of SVNInfo in org.tmatesoft.svn.core.internal.wc16
Methods in org.tmatesoft.svn.core.internal.wc16 that return SVNInfoModifier and TypeMethodDescriptionSVNWCClient16.doInfo(java.io.File path, SVNRevision revision) Collects and returns information on a single Working Copy item.SVNWCClient16.doInfo(SVNURL url, SVNRevision pegRevision, SVNRevision revision) Collects and returns information on a single item in a repository. -
Uses of SVNInfo in org.tmatesoft.svn.core.internal.wc2.compat
Methods in org.tmatesoft.svn.core.internal.wc2.compat that return SVNInfoMethods in org.tmatesoft.svn.core.internal.wc2.compat with parameters of type SVNInfo -
Uses of SVNInfo in org.tmatesoft.svn.core.internal.wc2.old
Methods in org.tmatesoft.svn.core.internal.wc2.old with parameters of type SVNInfo -
Uses of SVNInfo in org.tmatesoft.svn.core.wc
Methods in org.tmatesoft.svn.core.wc that return SVNInfoModifier and TypeMethodDescriptionstatic SVNInfoSVNInfo.createInfo(java.io.File file, SVNEntry entry) static SVNInfoSVNInfo.createInfo(java.io.File file, SVNTreeConflictDescription tc) static SVNInfoSVNInfo.createInfo(java.lang.String path, SVNURL reposRootURL, java.lang.String uuid, SVNURL url, SVNRevision revision, SVNDirEntry dirEntry, SVNLock lock) SVNWCClient.doInfo(java.io.File path, SVNRevision revision) Collects and returns information on a single Working Copy item.SVNWCClient.doInfo(SVNURL url, SVNRevision pegRevision, SVNRevision revision) Collects and returns information on a single item in a repository.Methods in org.tmatesoft.svn.core.wc with parameters of type SVNInfoModifier and TypeMethodDescriptionvoidISVNInfoHandler.handleInfo(SVNInfo info) Handles item's information using an SVNInfo object. -
Uses of SVNInfo in org.tmatesoft.svn.core.wc.xml
Methods in org.tmatesoft.svn.core.wc.xml with parameters of type SVNInfoModifier and TypeMethodDescriptionvoidSVNXMLInfoHandler.handleInfo(SVNInfo info) Handles info producing corresponding xml.private voidSVNXMLInfoHandler.sendToHandler(SVNInfo info)