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 Info
JavaHLObjectFactory. createInfo(SVNInfo info)
static Info2
JavaHLObjectFactory. 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 void
SVNInfoCommand. handleInfo(SVNInfo info)
protected void
SVNInfoCommand. printInfo(SVNInfo info)
protected void
SVNInfoCommand. printInfoXML(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 SVNInfo
SVNWCClient16. doInfo(java.io.File path, SVNRevision revision)
Collects and returns information on a single Working Copy item.SVNInfo
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 SVNInfo Modifier and Type Method Description static SVNInfo
SvnCodec. info(SvnInfo info)
Methods in org.tmatesoft.svn.core.internal.wc2.compat with parameters of type SVNInfo Modifier and Type Method Description static SvnInfo
SvnCodec. 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 void
SvnOldGetInfo. 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 SVNInfo
SVNInfo. createInfo(java.io.File file, SVNEntry entry)
static SVNInfo
SVNInfo. createInfo(java.io.File file, SVNTreeConflictDescription tc)
static SVNInfo
SVNInfo. createInfo(java.lang.String path, SVNURL reposRootURL, java.lang.String uuid, SVNURL url, SVNRevision revision, SVNDirEntry dirEntry, SVNLock lock)
SVNInfo
SVNWCClient. doInfo(java.io.File path, SVNRevision revision)
Collects and returns information on a single Working Copy item.SVNInfo
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 SVNInfo Modifier and Type Method Description void
ISVNInfoHandler. 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 void
SVNXMLInfoHandler. handleInfo(SVNInfo info)
Handles info producing corresponding xml.
-