Uses of Class
org.tmatesoft.svn.core.wc.SVNInfo
-
Packages that use SVNInfo Package Description org.tigris.subversion.javahl Provides a (mostly native, using JNI and javah) implementation of a high level Java API for Subversion.org.tmatesoft.svn.cli.svn org.tmatesoft.svn.core.internal.wc16 org.tmatesoft.svn.core.internal.wc2.compat org.tmatesoft.svn.core.internal.wc2.old org.tmatesoft.svn.core.wc This package provides a high-level API for managing Working Copies in a way compatible with the native SVN command line client.org.tmatesoft.svn.core.wc.xml 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 SVNInfo Modifier and Type Method Description static 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 SVNInfo Modifier and Type Method Description voidSVNInfoCommand. handleInfo(SVNInfo info)protected voidSVNInfoCommand. printInfo(SVNInfo info)private 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 SVNInfo Modifier and Type Method Description SVNInfoSVNWCClient16. doInfo(java.io.File path, SVNRevision revision)Collects and returns information on a single Working Copy item.SVNInfoSVNWCClient16. 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 SVNInfo Modifier and Type Method Description static SVNInfoSvnCodec. info(SvnInfo info)Methods in org.tmatesoft.svn.core.internal.wc2.compat with parameters of type SVNInfo Modifier and Type Method Description static SvnInfoSvnCodec. info(SVNInfo info) -
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 Modifier and Type Method Description voidSvnOldGetInfo. handleInfo(SVNInfo info) -
Uses of SVNInfo in org.tmatesoft.svn.core.wc
Methods in org.tmatesoft.svn.core.wc that return SVNInfo Modifier and Type Method Description static 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)SVNInfoSVNWCClient. doInfo(java.io.File path, SVNRevision revision)Collects and returns information on a single Working Copy item.SVNInfoSVNWCClient. 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 SVNInfo Modifier and Type Method Description voidISVNInfoHandler. 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 SVNInfo Modifier and Type Method Description voidSVNXMLInfoHandler. handleInfo(SVNInfo info)Handles info producing corresponding xml.private voidSVNXMLInfoHandler. sendToHandler(SVNInfo info)
-