Uses of Interface
org.tmatesoft.svn.core.ISVNDirEntryHandler
-
Packages that use ISVNDirEntryHandler Package Description org.tmatesoft.svn.cli.svn org.tmatesoft.svn.core.internal.io.dav org.tmatesoft.svn.core.internal.io.fs org.tmatesoft.svn.core.internal.io.svn org.tmatesoft.svn.core.internal.wc16 org.tmatesoft.svn.core.internal.wc17 org.tmatesoft.svn.core.internal.wc2.old org.tmatesoft.svn.core.internal.wc2.remote org.tmatesoft.svn.core.io This package provides a low-level API for direct interacting with a Subversion repository on the SVN protocol level.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 ISVNDirEntryHandler in org.tmatesoft.svn.cli.svn
Classes in org.tmatesoft.svn.cli.svn that implement ISVNDirEntryHandler Modifier and Type Class Description classSVNListCommand -
Uses of ISVNDirEntryHandler in org.tmatesoft.svn.core.internal.io.dav
Methods in org.tmatesoft.svn.core.internal.io.dav with parameters of type ISVNDirEntryHandler Modifier and Type Method Description longDAVRepository. getDir(java.lang.String path, long revision, SVNProperties properties, int entryFields, ISVNDirEntryHandler handler)longDAVRepository. getDir(java.lang.String path, long revision, SVNProperties properties, ISVNDirEntryHandler handler) -
Uses of ISVNDirEntryHandler in org.tmatesoft.svn.core.internal.io.fs
Methods in org.tmatesoft.svn.core.internal.io.fs with parameters of type ISVNDirEntryHandler Modifier and Type Method Description longFSRepository. getDir(java.lang.String path, long revision, SVNProperties properties, int entryFields, ISVNDirEntryHandler handler)longFSRepository. getDir(java.lang.String path, long revision, SVNProperties properties, ISVNDirEntryHandler handler) -
Uses of ISVNDirEntryHandler in org.tmatesoft.svn.core.internal.io.svn
Methods in org.tmatesoft.svn.core.internal.io.svn with parameters of type ISVNDirEntryHandler Modifier and Type Method Description longSVNRepositoryImpl. getDir(java.lang.String path, long revision, SVNProperties properties, int entryFields, ISVNDirEntryHandler handler)longSVNRepositoryImpl. getDir(java.lang.String path, long revision, SVNProperties properties, ISVNDirEntryHandler handler) -
Uses of ISVNDirEntryHandler in org.tmatesoft.svn.core.internal.wc16
Methods in org.tmatesoft.svn.core.internal.wc16 with parameters of type ISVNDirEntryHandler Modifier and Type Method Description voidSVNLogClient16. doList(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, boolean recursive, ISVNDirEntryHandler handler)Deprecated.voidSVNLogClient16. doList(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNDirEntryHandler handler)Deprecated.voidSVNLogClient16. doList(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, SVNDepth depth, int entryFields, ISVNDirEntryHandler handler)Reports the directory entry, and possibly children, forpathatrevision.private voidSVNLogClient16. doList(SVNRepository repos, long rev, ISVNDirEntryHandler handler, boolean fetchLocks, SVNDepth depth, int entryFields)voidSVNLogClient16. doList(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, boolean recursive, ISVNDirEntryHandler handler)Browses directory entries from a repository and uses the provided dir entry handler to process them.voidSVNLogClient16. doList(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNDirEntryHandler handler)Deprecated.voidSVNLogClient16. doList(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, SVNDepth depth, int entryFields, ISVNDirEntryHandler handler)Reports the directory entry, and possibly children, forurlatrevision.private static voidSVNLogClient16. list(SVNRepository repository, java.lang.String path, long rev, SVNDepth depth, int entryFields, ISVNDirEntryHandler handler) -
Uses of ISVNDirEntryHandler in org.tmatesoft.svn.core.internal.wc17
Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type ISVNDirEntryHandler Modifier and Type Method Description voidSVNLogClient17. doList(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, boolean recursive, ISVNDirEntryHandler handler)Deprecated.voidSVNLogClient17. doList(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNDirEntryHandler handler)Deprecated.voidSVNLogClient17. doList(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, SVNDepth depth, int entryFields, ISVNDirEntryHandler handler)Reports the directory entry, and possibly children, forpathatrevision.voidSVNLogClient17. doList(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, boolean recursive, ISVNDirEntryHandler handler)Browses directory entries from a repository and uses the provided dir entry handler to process them.voidSVNLogClient17. doList(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNDirEntryHandler handler)Deprecated.voidSVNLogClient17. doList(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, SVNDepth depth, int entryFields, ISVNDirEntryHandler handler)Reports the directory entry, and possibly children, forurlatrevision. -
Uses of ISVNDirEntryHandler in org.tmatesoft.svn.core.internal.wc2.old
Classes in org.tmatesoft.svn.core.internal.wc2.old that implement ISVNDirEntryHandler Modifier and Type Class Description classSvnOldList -
Uses of ISVNDirEntryHandler in org.tmatesoft.svn.core.internal.wc2.remote
Classes in org.tmatesoft.svn.core.internal.wc2.remote that implement ISVNDirEntryHandler Modifier and Type Class Description classSvnRemoteListMethods in org.tmatesoft.svn.core.internal.wc2.remote with parameters of type ISVNDirEntryHandler Modifier and Type Method Description private voidSvnRemoteList. doList(SVNRepository repos, long rev, ISVNDirEntryHandler handler, boolean fetchLocks, SVNDepth depth, int entryFields, SVNURL externalParentUrl, java.lang.String externalTarget)private static voidSvnRemoteList. list(SVNRepository repository, java.lang.String path, long rev, SVNDepth depth, int entryFields, java.util.Map<SVNURL,SVNPropertyValue> externals, SVNURL externalParentUrl, java.lang.String externalTarget, ISVNDirEntryHandler handler)private voidSvnRemoteList. listExternalItems(SVNRepository repository, SVNExternal[] externalItems, SVNURL externalParentUrl, SVNDepth depth, int entryFields, boolean fetchLocks, ISVNDirEntryHandler handler)private voidSvnRemoteList. listExternals(SVNRepository repository, java.util.Map<SVNURL,SVNPropertyValue> externals, SVNDepth depth, int entryFields, boolean fetchLocks, ISVNDirEntryHandler handler) -
Uses of ISVNDirEntryHandler in org.tmatesoft.svn.core.io
Methods in org.tmatesoft.svn.core.io with parameters of type ISVNDirEntryHandler Modifier and Type Method Description abstract longSVNRepository. getDir(java.lang.String path, long revision, SVNProperties properties, int entryFields, ISVNDirEntryHandler handler)Fetches the contents and/or properties of a directory located at the specified path in a particular revision with the possibility to specify fields of the entry to fetch.abstract longSVNRepository. getDir(java.lang.String path, long revision, SVNProperties properties, ISVNDirEntryHandler handler)Fetches the contents and/or properties of a directory located at the specified path in a particular revision. -
Uses of ISVNDirEntryHandler in org.tmatesoft.svn.core.javahl
Methods in org.tmatesoft.svn.core.javahl with parameters of type ISVNDirEntryHandler Modifier and Type Method Description private voidSVNClientImpl. list(java.lang.String url, Revision revision, Revision pegRevision, int depth, int direntFields, boolean fetchLocks, ISVNDirEntryHandler handler) -
Uses of ISVNDirEntryHandler in org.tmatesoft.svn.core.wc
Methods in org.tmatesoft.svn.core.wc with parameters of type ISVNDirEntryHandler Modifier and Type Method Description voidSVNLogClient. doList(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, boolean recursive, ISVNDirEntryHandler handler)Deprecated.voidSVNLogClient. doList(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNDirEntryHandler handler)Deprecated.voidSVNLogClient. doList(java.io.File path, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, SVNDepth depth, int entryFields, ISVNDirEntryHandler handler)Reports the directory entry, and possibly children, forpathatrevision.voidSVNLogClient. doList(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, boolean recursive, ISVNDirEntryHandler handler)Browses directory entries from a repository and uses the provided dir entry handler to process them.voidSVNLogClient. doList(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNDirEntryHandler handler)voidSVNLogClient. doList(SVNURL url, SVNRevision pegRevision, SVNRevision revision, boolean fetchLocks, SVNDepth depth, int entryFields, ISVNDirEntryHandler handler)Reports the directory entry, and possibly children, forurlatrevision. -
Uses of ISVNDirEntryHandler in org.tmatesoft.svn.core.wc.xml
Classes in org.tmatesoft.svn.core.wc.xml that implement ISVNDirEntryHandler Modifier and Type Class Description classSVNXMLDirEntryHandlerThis is an implementation of the ISVNStatusHandler interface that writes XML formatted status information to a specified ContentHandler.
-