Package | Description |
---|---|
org.tigris.subversion.javahl |
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
|
org.tmatesoft.svn.cli.svn | |
org.tmatesoft.svn.core.internal.wc | |
org.tmatesoft.svn.core.internal.wc16 | |
org.tmatesoft.svn.core.internal.wc2.compat | |
org.tmatesoft.svn.core.internal.wc2.old | |
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 | Method and Description |
---|---|
static Status |
JavaHLObjectFactory.createStatus(java.lang.String path,
SVNStatus status) |
Modifier and Type | Method and Description |
---|---|
static SVNStatusType |
SVNStatusPrinter.combineStatus(SVNStatus status) |
void |
SVNStatusCommand.handleStatus(SVNStatus status) |
void |
SVNStatusPrinter.printStatus(java.lang.String path,
SVNStatus status,
boolean detailed,
boolean showLastCommitted,
boolean skipUnrecognized,
boolean showReposLocks) |
protected java.lang.StringBuffer |
SVNStatusCommand.printXMLStatus(SVNStatus status,
java.lang.String path) |
Modifier and Type | Method and Description |
---|---|
protected SVNStatus |
SVNStatusEditor.assembleStatus(java.io.File file,
SVNAdminArea dir,
SVNEntry entry,
SVNEntry parentEntry,
SVNNodeKind fileKind,
boolean special,
boolean reportAll,
boolean isIgnored) |
static SVNStatus |
SVNStatusUtil.assembleStatus(java.io.File file,
SVNAdminArea dir,
SVNEntry entry,
SVNEntry parentEntry,
SVNNodeKind fileKind,
boolean special,
boolean reportAll,
boolean isIgnored,
java.util.Map repositoryLocks,
SVNURL reposRoot,
SVNWCAccess wcAccess) |
static SVNStatus |
SVNStatusUtil.getStatus(java.io.File path,
SVNWCAccess wcAccess) |
Modifier and Type | Method and Description |
---|---|
void |
SVNRemoteStatusEditor.handleStatus(SVNStatus status) |
Modifier and Type | Method and Description |
---|---|
SVNStatus |
SVNStatusClient16.doStatus(java.io.File path,
boolean remote)
Collects status information on a single Working Copy item.
|
SVNStatus |
SVNStatusClient16.doStatus(java.io.File path,
boolean remote,
boolean collectParentExternals)
Collects status information on a single Working Copy item.
|
Modifier and Type | Method and Description |
---|---|
static SVNStatus |
SvnCodec.status(SVNWCContext context,
SvnStatus status) |
Modifier and Type | Method and Description |
---|---|
static SvnStatus |
SvnCodec.status(SVNStatus status) |
Modifier and Type | Method and Description |
---|---|
void |
SvnOldGetStatus.handleStatus(SVNStatus status) |
Modifier and Type | Method and Description |
---|---|
SVNStatus |
SVNStatusClient.doStatus(java.io.File path,
boolean remote)
Collects status information on a single Working Copy item.
|
SVNStatus |
SVNStatusClient.doStatus(java.io.File path,
boolean remote,
boolean collectParentExternals)
Collects status information on a single Working Copy item.
|
Modifier and Type | Method and Description |
---|---|
void |
ISVNStatusHandler.handleStatus(SVNStatus status)
Handles WC item's status information using an SVNStatus object.
|
Modifier and Type | Method and Description |
---|---|
void |
SVNXMLStatusHandler.handleStatus(SVNStatus status)
Handles a next
status object producing corresponding xml. |
Copyright © 2020. All rights reserved.