Uses of Interface
org.tmatesoft.svn.core.wc.ISVNStatusHandler
Packages that use ISVNStatusHandler
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 ISVNStatusHandler in org.tmatesoft.svn.cli.svn
Classes in org.tmatesoft.svn.cli.svn that implement ISVNStatusHandler -
Uses of ISVNStatusHandler in org.tmatesoft.svn.core.internal.wc
Classes in org.tmatesoft.svn.core.internal.wc that implement ISVNStatusHandlerModifier and TypeClassDescriptionclassprivate classFields in org.tmatesoft.svn.core.internal.wc declared as ISVNStatusHandlerMethods in org.tmatesoft.svn.core.internal.wc that return ISVNStatusHandlerModifier and TypeMethodDescriptionprotected ISVNStatusHandlerSVNStatusEditor.getDefaultHandler()Methods in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNStatusHandlerModifier and TypeMethodDescriptionprotected voidSVNStatusEditor.getDirStatus(SVNEntry parentEntry, SVNAdminArea dir, java.lang.String entryName, SVNDepth depth, boolean getAll, boolean noIgnore, java.util.Collection ignorePatterns, boolean skipThisDir, ISVNStatusHandler handler) private voidSVNStatusEditor.handleDirEntry(SVNAdminArea dir, java.lang.String entryName, SVNEntry dirEntry, SVNEntry entry, SVNNodeKind fileKind, boolean special, SVNDepth depth, boolean getAll, boolean noIgnore, ISVNStatusHandler handler) private voidSVNStatusEditor.sendUnversionedStatus(java.io.File file, java.lang.String name, SVNNodeKind fileType, boolean special, SVNAdminArea dir, java.util.Collection ignorePatterns, boolean noIgnore, ISVNStatusHandler handler) Constructors in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNStatusHandlerModifierConstructorDescriptionSVNRemoteStatusEditor(ISVNOptions options, SVNWCAccess wcAccess, SVNAdminAreaInfo info, boolean noIgnore, boolean reportAll, SVNDepth depth, ISVNStatusHandler handler) SVNStatusEditor(ISVNOptions options, SVNWCAccess wcAccess, SVNAdminAreaInfo info, boolean noIgnore, boolean reportAll, SVNDepth depth, ISVNStatusHandler handler) -
Uses of ISVNStatusHandler in org.tmatesoft.svn.core.internal.wc16
Methods in org.tmatesoft.svn.core.internal.wc16 with parameters of type ISVNStatusHandlerModifier and TypeMethodDescriptionlongSVNStatusClient16.doStatus(java.io.File path, boolean recursive, boolean remote, boolean reportAll, boolean includeIgnored, boolean collectParentExternals, ISVNStatusHandler handler) Deprecated.longSVNStatusClient16.doStatus(java.io.File path, boolean recursive, boolean remote, boolean reportAll, boolean includeIgnored, ISVNStatusHandler handler) longSVNStatusClient16.doStatus(java.io.File path, SVNRevision revision, boolean recursive, boolean remote, boolean reportAll, boolean includeIgnored, boolean collectParentExternals, ISVNStatusHandler handler) longSVNStatusClient16.doStatus(java.io.File path, SVNRevision revision, SVNDepth depth, boolean remote, boolean reportAll, boolean includeIgnored, boolean collectParentExternals, ISVNStatusHandler handler, java.util.Collection changeLists) Given apathto a working copy directory (or single file), callshandlerwith a set ofSVNStatusobjects which describe the status of thepath, and its children (recursing according todepth). -
Uses of ISVNStatusHandler in org.tmatesoft.svn.core.internal.wc2.old
Classes in org.tmatesoft.svn.core.internal.wc2.old that implement ISVNStatusHandler -
Uses of ISVNStatusHandler in org.tmatesoft.svn.core.javahl
Methods in org.tmatesoft.svn.core.javahl with parameters of type ISVNStatusHandlerModifier and TypeMethodDescriptionprivate voidSVNClientImpl.status(java.lang.String path, int depth, boolean onServer, boolean getAll, boolean noIgnore, boolean ignoreExternals, java.lang.String[] changelists, ISVNStatusHandler handler) -
Uses of ISVNStatusHandler in org.tmatesoft.svn.core.wc
Methods in org.tmatesoft.svn.core.wc with parameters of type ISVNStatusHandlerModifier and TypeMethodDescriptionlongSVNStatusClient.doStatus(java.io.File path, boolean recursive, boolean remote, boolean reportAll, boolean includeIgnored, boolean collectParentExternals, ISVNStatusHandler handler) longSVNStatusClient.doStatus(java.io.File path, boolean recursive, boolean remote, boolean reportAll, boolean includeIgnored, ISVNStatusHandler handler) longSVNStatusClient.doStatus(java.io.File path, SVNRevision revision, boolean recursive, boolean remote, boolean reportAll, boolean includeIgnored, boolean collectParentExternals, ISVNStatusHandler handler) longSVNStatusClient.doStatus(java.io.File path, SVNRevision revision, SVNDepth depth, boolean remote, boolean reportAll, boolean includeIgnored, boolean collectParentExternals, ISVNStatusHandler handler, java.util.Collection<java.lang.String> changeLists) Given apathto a working copy directory (or single file), callshandlerwith a set ofSVNStatusobjects which describe the status of thepath, and its children (recursing according todepth). -
Uses of ISVNStatusHandler in org.tmatesoft.svn.core.wc.xml
Classes in org.tmatesoft.svn.core.wc.xml that implement ISVNStatusHandlerModifier and TypeClassDescriptionclassThis is an implementation of the ISVNStatusHandler interface that writes XML formatted status information to a specified ContentHandler.
SVNStatusClient16.doStatus(File,SVNRevision,SVNDepth,boolean,boolean,boolean,boolean,ISVNStatusHandler,Collection)instead