Package | Description |
---|---|
org.tmatesoft.svn.core.internal.wc2.compat | |
org.tmatesoft.svn.core.internal.wc2.ng | |
org.tmatesoft.svn.core.javahl17 | |
org.tmatesoft.svn.core.wc2 |
NEW: this package contains command-style API to perform most of
Subversion operations on the level of abstraction similar to that of the
command line client.
|
Modifier and Type | Class and Description |
---|---|
private static class |
SvnCodec.SvnCommitHandlerWithFilter |
Modifier and Type | Field and Description |
---|---|
private ISvnCommitHandler |
SvnCodec.SVNCommitHandler.targetHandler |
Modifier and Type | Method and Description |
---|---|
static ISvnCommitHandler |
SvnCodec.commitHandler(ISVNCommitHandler target) |
Modifier and Type | Method and Description |
---|---|
static ISVNCommitHandler |
SvnCodec.commitHandler(ISvnCommitHandler target) |
Constructor and Description |
---|
SVNCommitHandler(ISvnCommitHandler target) |
Modifier and Type | Method and Description |
---|---|
private SVNCommitInfo |
SvnNgWcToReposCopy.copy(java.util.Collection<SvnNgWcToReposCopy.SvnCopyPair> copyPairs,
boolean makeParents,
SVNProperties revisionProperties,
java.lang.String commitMessage,
ISvnCommitHandler commitHandler) |
Modifier and Type | Method and Description |
---|---|
private ISvnCommitHandler |
SVNClientImpl.getCommitHandler(CommitMessageCallback callback) |
Modifier and Type | Field and Description |
---|---|
private ISvnCommitHandler |
AbstractSvnCommit.commitHandler |
Modifier and Type | Method and Description |
---|---|
ISvnCommitHandler |
AbstractSvnCommit.getCommitHandler()
Gets the commit handler for the operation.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractSvnCommit.setCommitHandler(ISvnCommitHandler commitHandler)
Sets the commit handler for the operation.
|