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 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 SVNInfoModifier and TypeMethodDescriptionvoid
SVNInfoCommand.handleInfo
(SVNInfo info) protected void
private void
SVNInfoCommand.printInfoItem
(SVNInfo info) protected void
SVNInfoCommand.printInfoXML
(SVNInfo info) private String
SVNInfoCommand.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
(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 SVNInfo
SVNInfo.createInfo
(File file, SVNEntry entry) static SVNInfo
SVNInfo.createInfo
(File file, SVNTreeConflictDescription tc) static SVNInfo
SVNInfo.createInfo
(String path, SVNURL reposRootURL, String uuid, SVNURL url, SVNRevision revision, SVNDirEntry dirEntry, SVNLock lock) SVNWCClient.doInfo
(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 TypeMethodDescriptionvoid
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 SVNInfoModifier and TypeMethodDescriptionvoid
SVNXMLInfoHandler.handleInfo
(SVNInfo info) Handles info producing corresponding xml.private void
SVNXMLInfoHandler.sendToHandler
(SVNInfo info)