Package | Description |
---|---|
org.tmatesoft.svn.core.internal.wc | |
org.tmatesoft.svn.core.internal.wc16 | |
org.tmatesoft.svn.core.internal.wc2.compat | |
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.
|
Modifier and Type | Method and Description |
---|---|
protected SVNCopySource[] |
SVNCopyDriver.expandCopySources(SVNCopySource[] sources) |
Modifier and Type | Method and Description |
---|---|
protected SVNCopySource[] |
SVNCopyDriver.expandCopySources(SVNCopySource[] sources) |
protected SVNCommitInfo |
SVNCopyDriver.setupCopy(SVNCopySource[] sources,
SVNPath dst,
boolean isMove,
boolean makeParents,
boolean pinExternals,
Map<SvnTarget,List<SVNExternal>> externalsToPin,
String message,
SVNProperties revprops,
ISVNCommitHandler commitHandler,
ISVNCommitParameters commitParameters,
ISVNExternalsHandler externalsHandler) |
Modifier and Type | Method and Description |
---|---|
void |
SVNCopyClient16.doCopy(SVNCopySource[] sources,
File dst,
boolean isMove,
boolean makeParents,
boolean failWhenDstExists)
Copies each source in
sources to dst . |
SVNCommitInfo |
SVNCopyClient16.doCopy(SVNCopySource[] sources,
SVNURL dst,
boolean isMove,
boolean makeParents,
boolean failWhenDstExists,
boolean pinExternals,
Map<SvnTarget,List<SVNExternal>> externalsToPin,
String commitMessage,
SVNProperties revisionProperties) |
SVNCommitInfo |
SVNCopyClient16.doCopy(SVNCopySource[] sources,
SVNURL dst,
boolean isMove,
boolean makeParents,
boolean failWhenDstExists,
String commitMessage,
SVNProperties revisionProperties)
Copies each source in
sources to dst . |
Modifier and Type | Method and Description |
---|---|
static SVNCopySource |
SvnCodec.copySource(SvnCopySource newSource) |
Modifier and Type | Method and Description |
---|---|
static SvnCopySource |
SvnCodec.copySource(SVNCopySource oldSource) |
Modifier and Type | Method and Description |
---|---|
void |
SVNCopyClient.doCopy(SVNCopySource[] sources,
File dst,
boolean isMove,
boolean makeParents,
boolean failWhenDstExists)
Copies each source in
sources to dst . |
void |
SVNCopyClient.doCopy(SVNCopySource[] sources,
File dst,
boolean isMove,
boolean makeParents,
boolean failWhenDstExists,
boolean allowMixedRevisions,
boolean metadataOnly)
Copies each source in
sources to dst . |
void |
SVNCopyClient.doCopy(SVNCopySource[] sources,
File dst,
boolean isMove,
boolean makeParents,
boolean failWhenDstExists,
boolean pinExternals,
Map<SvnTarget,List<SVNExternal>> externalsToPin) |
SVNCommitInfo |
SVNCopyClient.doCopy(SVNCopySource[] sources,
SVNURL dst,
boolean isMove,
boolean makeParents,
boolean failWhenDstExists,
String commitMessage,
SVNProperties revisionProperties)
Copies each source in
sources to dst . |
SVNCommitInfo |
SVNCopyClient.doCopy(SVNCopySource[] sources,
SVNURL dst,
boolean isMove,
boolean makeParents,
boolean failWhenDstExists,
String commitMessage,
SVNProperties revisionProperties,
boolean pinExternals,
Map<SvnTarget,List<SVNExternal>> externalsToPin) |
Copyright © 2022. All rights reserved.