Uses of Interface
org.tmatesoft.svn.core.wc.ISVNInfoHandler
-
Packages that use ISVNInfoHandler Package Description org.tmatesoft.svn.cli.svn org.tmatesoft.svn.core.internal.wc16 org.tmatesoft.svn.core.internal.wc2.old org.tmatesoft.svn.core.javahl This package provides an implementation of the native Subversion javahl binding interface SVNClientInterface that is distributed within the org.tigris.subversion.javahl package.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 ISVNInfoHandler in org.tmatesoft.svn.cli.svn
Classes in org.tmatesoft.svn.cli.svn that implement ISVNInfoHandler Modifier and Type Class Description classSVNInfoCommand -
Uses of ISVNInfoHandler in org.tmatesoft.svn.core.internal.wc16
Methods in org.tmatesoft.svn.core.internal.wc16 with parameters of type ISVNInfoHandler Modifier and Type Method Description private voidSVNWCClient16. crawlEntries(java.io.File path, SVNDepth depth, java.util.Collection changeLists, ISVNInfoHandler handler)voidSVNWCClient16. doInfo(java.io.File path, SVNRevision revision, boolean recursive, ISVNInfoHandler handler)Deprecated.voidSVNWCClient16. doInfo(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNInfoHandler handler)Deprecated.voidSVNWCClient16. doInfo(java.io.File path, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, java.util.Collection changeLists, ISVNInfoHandler handler)Invokeshandlerto return information aboutpathinrevision.voidSVNWCClient16. doInfo(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNInfoHandler handler)Deprecated.voidSVNWCClient16. doInfo(SVNURL url, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, ISVNInfoHandler handler)Invokeshandlerto return information abouturlinrevision.private voidSVNWCClient16. pushDirInfo(SVNRepository repos, SVNRevision rev, java.lang.String path, SVNURL root, java.lang.String uuid, SVNURL url, java.util.Map locks, SVNDepth depth, ISVNInfoHandler handler)private voidSVNWCClient16. reportEntry(java.io.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 Modifier and Type Class Description classSvnOldGetInfo -
Uses of ISVNInfoHandler in org.tmatesoft.svn.core.javahl
Methods in org.tmatesoft.svn.core.javahl with parameters of type ISVNInfoHandler Modifier and Type Method Description private voidSVNClientImpl. info2(java.lang.String pathOrUrl, Revision revision, Revision pegRevision, int depth, java.lang.String[] changelists, ISVNInfoHandler handler) -
Uses of ISVNInfoHandler in org.tmatesoft.svn.core.wc
Methods in org.tmatesoft.svn.core.wc with parameters of type ISVNInfoHandler Modifier and Type Method Description voidSVNWCClient. doInfo(java.io.File path, SVNRevision revision, boolean recursive, ISVNInfoHandler handler)Deprecated.voidSVNWCClient. doInfo(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNInfoHandler handler)Deprecated.voidSVNWCClient. doInfo(java.io.File path, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, java.util.Collection<java.lang.String> changeLists, ISVNInfoHandler handler)Invokeshandlerto return information aboutpathinrevision.voidSVNWCClient. doInfo(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNInfoHandler handler)Deprecated.voidSVNWCClient. doInfo(SVNURL url, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, ISVNInfoHandler handler)Invokeshandlerto return information abouturlinrevision. -
Uses of ISVNInfoHandler in org.tmatesoft.svn.core.wc.xml
Classes in org.tmatesoft.svn.core.wc.xml that implement ISVNInfoHandler Modifier and Type Class Description classSVNXMLInfoHandler
-