Uses of Interface
org.tmatesoft.svn.core.wc.ISVNInfoHandler
Packages that use ISVNInfoHandler
Package
Description
This package provides an implementation of the native Subversion javahl
binding interface SVNClientInterface that is distributed within
the org.tigris.subversion.javahl package.
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 ISVNInfoHandler in org.tmatesoft.svn.cli.svn
Classes in org.tmatesoft.svn.cli.svn that implement ISVNInfoHandler -
Uses of ISVNInfoHandler in org.tmatesoft.svn.core.internal.wc16
Methods in org.tmatesoft.svn.core.internal.wc16 with parameters of type ISVNInfoHandlerModifier and TypeMethodDescriptionprivate void
SVNWCClient16.crawlEntries
(File path, SVNDepth depth, Collection changeLists, ISVNInfoHandler handler) void
SVNWCClient16.doInfo
(File path, SVNRevision revision, boolean recursive, ISVNInfoHandler handler) Deprecated.void
SVNWCClient16.doInfo
(File path, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNInfoHandler handler) Deprecated.void
SVNWCClient16.doInfo
(File path, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, Collection changeLists, ISVNInfoHandler handler) Invokeshandler
to return information aboutpath
inrevision
.void
SVNWCClient16.doInfo
(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNInfoHandler handler) Deprecated.void
SVNWCClient16.doInfo
(SVNURL url, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, ISVNInfoHandler handler) Invokeshandler
to return information abouturl
inrevision
.private void
SVNWCClient16.pushDirInfo
(SVNRepository repos, SVNRevision rev, String path, SVNURL root, String uuid, SVNURL url, Map locks, SVNDepth depth, ISVNInfoHandler handler) private void
SVNWCClient16.reportEntry
(File path, SVNEntry entry, ISVNInfoHandler handler) -
Uses of ISVNInfoHandler in org.tmatesoft.svn.core.internal.wc2.old
Classes in org.tmatesoft.svn.core.internal.wc2.old that implement ISVNInfoHandler -
Uses of ISVNInfoHandler in org.tmatesoft.svn.core.javahl
Methods in org.tmatesoft.svn.core.javahl with parameters of type ISVNInfoHandler -
Uses of ISVNInfoHandler in org.tmatesoft.svn.core.wc
Methods in org.tmatesoft.svn.core.wc with parameters of type ISVNInfoHandlerModifier and TypeMethodDescriptionvoid
SVNWCClient.doInfo
(File path, SVNRevision revision, boolean recursive, ISVNInfoHandler handler) Deprecated.void
SVNWCClient.doInfo
(File path, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNInfoHandler handler) Deprecated.void
SVNWCClient.doInfo
(File path, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, Collection<String> changeLists, ISVNInfoHandler handler) Invokeshandler
to return information aboutpath
inrevision
.void
SVNWCClient.doInfo
(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNInfoHandler handler) Deprecated.void
SVNWCClient.doInfo
(SVNURL url, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, ISVNInfoHandler handler) Invokeshandler
to return information abouturl
inrevision
. -
Uses of ISVNInfoHandler in org.tmatesoft.svn.core.wc.xml
Classes in org.tmatesoft.svn.core.wc.xml that implement ISVNInfoHandler
SVNWCClient16.doInfo(File,SVNRevision,SVNRevision,SVNDepth,Collection,ISVNInfoHandler)
instead