Package | Description |
---|---|
org.tmatesoft.svn.core.internal.wc2.compat | |
org.tmatesoft.svn.core.internal.wc2.ng | |
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 |
---|---|
static ISvnCommitParameters |
SvnCodec.commitParameters(ISVNCommitParameters old) |
Modifier and Type | Method and Description |
---|---|
static ISVNCommitParameters |
SvnCodec.commitParameters(ISvnCommitParameters old) |
Modifier and Type | Method and Description |
---|---|
protected void |
SvnNgOperationRunner.deleteDeleteFiles(SVNCommitter17 committer,
ISvnCommitParameters parameters) |
static void |
SvnNgCommitUtil.harvestCommittables(SVNWCContext context,
File localAbsPath,
SvnCommitPacket committables,
Map<SVNURL,String> lockTokens,
SVNURL repositoryRootUrl,
File copyModeRelPath,
boolean copyModeRoot,
SVNDepth depth,
boolean justLocked,
Collection<String> changelists,
Map<File,File> danglers,
boolean skipFiles,
boolean skipDirs,
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCommitUtil.ISvnUrlKindCallback urlKindCallback,
ISvnCommitParameters commitParameters,
Map<File,String> externalsStorage,
ISVNEventHandler eventHandler) |
static SvnCommitPacket |
SvnNgCommitUtil.harvestCommittables(SVNWCContext context,
SvnCommitPacket packet,
Map<SVNURL,String> lockTokens,
File baseDirPath,
Collection<String> targets,
int depthEmptyStart,
SVNDepth depth,
boolean justLocked,
Collection<String> changelists,
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCommitUtil.ISvnUrlKindCallback urlKindCallback,
ISvnCommitParameters commitParameters,
Map<File,String> externalsStorage) |
static SvnCommitPacket |
SvnNgCommitUtil.harvestCopyCommitables(SVNWCContext context,
File path,
SVNURL dst,
SvnCommitPacket packet,
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCommitUtil.ISvnUrlKindCallback urlKindCallback,
ISvnCommitParameters commitParameters,
Map<File,String> externalsStorage) |
Modifier and Type | Method and Description |
---|---|
ISvnCommitParameters |
SvnCommit.getCommitParameters()
Gets operation's parameters of the commit.
|
ISvnCommitParameters |
SvnRemoteCopy.getCommitParameters()
Returns operation's parameters of the commit.
|
Modifier and Type | Method and Description |
---|---|
void |
SvnCommit.setCommitParameters(ISvnCommitParameters commitParameters)
Sets operation's parameters of the commit.
|
void |
SvnRemoteCopy.setCommitParameters(ISvnCommitParameters commitParameters)
Sets operation's parameters of the commit.
|
Copyright © 2019. All rights reserved.