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.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.
|
Modifier and Type | Method and Description |
---|---|
static Status |
JavaHLObjectFactory.createStatus(java.lang.String path,
SVNStatus status) |
Status |
SVNClient.singleStatus(java.lang.String path,
boolean onServer) |
Status |
SVNClientInterface.singleStatus(java.lang.String path,
boolean onServer)
Deprecated.
Use
#status(String, int, boolean, boolean,
boolean, boolean, StatusCallback)
instead. |
Status |
SVNClientSynchronized.singleStatus(java.lang.String path,
boolean onServer)
Deprecated.
Use
#status(String, int, boolean, boolean,
boolean, boolean, StatusCallback)
instead. |
Status[] |
SVNClient.status(java.lang.String path,
boolean descend,
boolean onServer,
boolean getAll) |
Status[] |
SVNClientInterface.status(java.lang.String path,
boolean descend,
boolean onServer,
boolean getAll)
Deprecated.
Use
#status(String, int, boolean, boolean,
boolean, boolean, StatusCallback)
instead. |
Status[] |
SVNClientSynchronized.status(java.lang.String path,
boolean descend,
boolean onServer,
boolean getAll)
Deprecated.
Use
#status(String, int, boolean, boolean,
boolean, boolean, StatusCallback)
instead. |
Status[] |
SVNClient.status(java.lang.String path,
boolean descend,
boolean onServer,
boolean getAll,
boolean noIgnore) |
Status[] |
SVNClientInterface.status(java.lang.String path,
boolean descend,
boolean onServer,
boolean getAll,
boolean noIgnore)
Deprecated.
Use
#status(String, int, boolean, boolean,
boolean, boolean, StatusCallback)
instead. |
Status[] |
SVNClientSynchronized.status(java.lang.String path,
boolean descend,
boolean onServer,
boolean getAll,
boolean noIgnore)
Deprecated.
Use
#status(String, int, boolean, boolean,
boolean, boolean, StatusCallback)
instead. |
Status[] |
SVNClient.status(java.lang.String path,
boolean descend,
boolean onServer,
boolean getAll,
boolean noIgnore,
boolean ignoreExternals) |
Status[] |
SVNClientInterface.status(java.lang.String path,
boolean descend,
boolean onServer,
boolean getAll,
boolean noIgnore,
boolean ignoreExternals)
Deprecated.
Use
#status(String, int, boolean, boolean,
boolean, boolean, StatusCallback)
instead. |
Status[] |
SVNClientSynchronized.status(java.lang.String path,
boolean descend,
boolean onServer,
boolean getAll,
boolean noIgnore,
boolean ignoreExternals)
Deprecated.
Use
#status(String, int, boolean, boolean,
boolean, boolean, StatusCallback)
instead. |
Modifier and Type | Method and Description |
---|---|
void |
StatusCallback.doStatus(Status status)
the method will be called for each status item
|
Modifier and Type | Method and Description |
---|---|
Status |
SVNClientImpl.singleStatus(java.lang.String path,
boolean onServer) |
Status[] |
SVNClientImpl.status(java.lang.String path,
boolean descend,
boolean onServer,
boolean getAll) |
Status[] |
SVNClientImpl.status(java.lang.String path,
boolean descend,
boolean onServer,
boolean getAll,
boolean noIgnore) |
Status[] |
SVNClientImpl.status(java.lang.String path,
boolean descend,
boolean onServer,
boolean getAll,
boolean noIgnore,
boolean ignoreExternals) |