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.
|
Modifier and Type | Class and Description |
---|---|
class |
SVNStatusCommand |
Modifier and Type | Class and Description |
---|---|
class |
SVNRemoteStatusEditor |
private class |
SVNRemoteStatusEditor.DirectoryInfo |
Modifier and Type | Field and Description |
---|---|
private ISVNStatusHandler |
SVNStatusEditor.myStatusHandler |
Modifier and Type | Method and Description |
---|---|
protected ISVNStatusHandler |
SVNStatusEditor.getDefaultHandler() |
Modifier and Type | Method and 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) |
Constructor and 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) |
Modifier and Type | Method and 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 a
path to a working copy directory (or single file),
calls handler with a set of SVNStatus objects which
describe the status of the path , and its children (recursing
according to depth ). |
Modifier and Type | Class and Description |
---|---|
class |
SvnOldGetStatus |
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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 a
path to a working copy directory (or single file),
calls handler with a set of SVNStatus objects which
describe the status of the path , and its children (recursing
according to depth ). |
Modifier and Type | Class and Description |
---|---|
class |
SVNXMLStatusHandler
This is an implementation of the ISVNStatusHandler interface
that writes XML formatted status information to a specified
ContentHandler.
|