Package | Description |
---|---|
org.tmatesoft.svn.core.internal.wc2 | |
org.tmatesoft.svn.core.internal.wc2.compat | |
org.tmatesoft.svn.core.internal.wc2.ng | |
org.tmatesoft.svn.core.internal.wc2.old | |
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 | Method and Description |
---|---|
SvnCommitPacket |
ISvnCommitRunner.collectCommitItems(SvnCommit operation) |
Modifier and Type | Method and Description |
---|---|
SvnCommit |
SvnCodec.SVNCommitPacketWrapper.getOperation() |
Modifier and Type | Method and Description |
---|---|
static SVNCommitPacket |
SvnCodec.commitPacket(SvnCommit operation,
SvnCommitPacket packet) |
Constructor and Description |
---|
SVNCommitPacketWrapper(SvnCommit operation,
SvnCommitPacket packet,
SVNCommitItem[] items,
Map<String,String> lockTokens) |
Modifier and Type | Method and Description |
---|---|
SvnCommitPacket |
SvnNgCommit.collectCommitItems(SvnCommit operation) |
Modifier and Type | Method and Description |
---|---|
SvnCommitPacket |
SvnOldCommit.collectCommitItems(SvnCommit operation) |
Modifier and Type | Method and Description |
---|---|
SvnCommit |
SvnOperationFactory.createCommit()
Creates commit operation.
|
Copyright © 2022. All rights reserved.