Uses of Interface
org.tmatesoft.svn.core.wc.ISVNStatusHandler
-
Packages that use ISVNStatusHandler Package Description org.tmatesoft.svn.cli.svn org.tmatesoft.svn.core.internal.wc 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 ISVNStatusHandler in org.tmatesoft.svn.cli.svn
Classes in org.tmatesoft.svn.cli.svn that implement ISVNStatusHandler Modifier and Type Class Description class
SVNStatusCommand
-
Uses of ISVNStatusHandler in org.tmatesoft.svn.core.internal.wc
Classes in org.tmatesoft.svn.core.internal.wc that implement ISVNStatusHandler Modifier and Type Class Description class
SVNRemoteStatusEditor
private class
SVNRemoteStatusEditor.DirectoryInfo
Fields in org.tmatesoft.svn.core.internal.wc declared as ISVNStatusHandler Modifier and Type Field Description private ISVNStatusHandler
SVNStatusEditor. myStatusHandler
Methods in org.tmatesoft.svn.core.internal.wc that return ISVNStatusHandler Modifier and Type Method Description protected ISVNStatusHandler
SVNStatusEditor. getDefaultHandler()
Methods in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNStatusHandler Modifier and Type Method Description protected 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 ISVNStatusHandler Constructor Description SVNRemoteStatusEditor(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 ISVNStatusHandler Modifier and Type Method Description long
SVNStatusClient16. doStatus(java.io.File path, boolean recursive, boolean remote, boolean reportAll, boolean includeIgnored, boolean collectParentExternals, ISVNStatusHandler handler)
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 Modifier and Type Class Description class
SvnOldGetStatus
-
Uses of ISVNStatusHandler in org.tmatesoft.svn.core.javahl
Methods in org.tmatesoft.svn.core.javahl with parameters of type ISVNStatusHandler Modifier and Type Method Description private 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 ISVNStatusHandler Modifier and Type Method Description long
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 ISVNStatusHandler Modifier and Type Class Description class
SVNXMLStatusHandler
This is an implementation of the ISVNStatusHandler interface that writes XML formatted status information to a specified ContentHandler.
-