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 TypeClassDescriptionclass
private class
Fields in org.tmatesoft.svn.core.internal.wc declared as ISVNStatusHandlerMethods in org.tmatesoft.svn.core.internal.wc that return ISVNStatusHandlerModifier and TypeMethodDescriptionprotected ISVNStatusHandler
SVNStatusEditor.getDefaultHandler()
Methods in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNStatusHandlerModifier and TypeMethodDescriptionprotected void
SVNStatusEditor.getDirStatus
(SVNEntry parentEntry, SVNAdminArea dir, java.lang.String entryName, SVNDepth depth, boolean getAll, boolean noIgnore, java.util.Collection ignorePatterns, boolean skipThisDir, ISVNStatusHandler handler) private void
SVNStatusEditor.handleDirEntry
(SVNAdminArea dir, java.lang.String entryName, SVNEntry dirEntry, SVNEntry entry, SVNNodeKind fileKind, boolean special, SVNDepth depth, boolean getAll, boolean noIgnore, ISVNStatusHandler handler) private void
SVNStatusEditor.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 TypeMethodDescriptionlong
SVNStatusClient16.doStatus
(java.io.File path, boolean recursive, boolean remote, boolean reportAll, boolean includeIgnored, boolean collectParentExternals, ISVNStatusHandler handler) Deprecated.long
SVNStatusClient16.doStatus
(java.io.File path, boolean recursive, boolean remote, boolean reportAll, boolean includeIgnored, ISVNStatusHandler handler) long
SVNStatusClient16.doStatus
(java.io.File path, SVNRevision revision, boolean recursive, boolean remote, boolean reportAll, boolean includeIgnored, boolean collectParentExternals, ISVNStatusHandler handler) long
SVNStatusClient16.doStatus
(java.io.File path, SVNRevision revision, SVNDepth depth, boolean remote, boolean reportAll, boolean includeIgnored, boolean collectParentExternals, ISVNStatusHandler handler, java.util.Collection changeLists) Given apath
to a working copy directory (or single file), callshandler
with a set ofSVNStatus
objects 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 void
SVNClientImpl.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 TypeMethodDescriptionlong
SVNStatusClient.doStatus
(java.io.File path, boolean recursive, boolean remote, boolean reportAll, boolean includeIgnored, boolean collectParentExternals, ISVNStatusHandler handler) long
SVNStatusClient.doStatus
(java.io.File path, boolean recursive, boolean remote, boolean reportAll, boolean includeIgnored, ISVNStatusHandler handler) long
SVNStatusClient.doStatus
(java.io.File path, SVNRevision revision, boolean recursive, boolean remote, boolean reportAll, boolean includeIgnored, boolean collectParentExternals, ISVNStatusHandler handler) long
SVNStatusClient.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 apath
to a working copy directory (or single file), callshandler
with a set ofSVNStatus
objects 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 TypeClassDescriptionclass
This 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