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.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 | Method and Description |
---|---|
abstract SvnCopySource |
SvnRepositoryAccess.createRemoteCopySource(SVNWCContext context,
SvnCopySource localCopySource) |
Modifier and Type | Method and Description |
---|---|
abstract SvnCopySource |
SvnRepositoryAccess.createRemoteCopySource(SVNWCContext context,
SvnCopySource localCopySource) |
Modifier and Type | Method and Description |
---|---|
static SvnCopySource |
SvnCodec.copySource(SVNCopySource oldSource) |
Modifier and Type | Method and Description |
---|---|
static SVNCopySource |
SvnCodec.copySource(SvnCopySource newSource) |
Modifier and Type | Method and Description |
---|---|
SvnCopySource |
SvnNgRepositoryAccess.createRemoteCopySource(SVNWCContext context,
SvnCopySource localCopySource) |
Modifier and Type | Method and Description |
---|---|
protected java.util.Collection<SvnCopySource> |
SvnNgReposToWcCopy.expandCopySources(java.util.Collection<SvnCopySource> sources) |
Modifier and Type | Method and Description |
---|---|
SvnCopySource |
SvnNgRepositoryAccess.createRemoteCopySource(SVNWCContext context,
SvnCopySource localCopySource) |
Modifier and Type | Method and Description |
---|---|
private boolean |
SvnNgWcToWcCopy.copy(SVNWCContext context,
java.util.Collection<SvnCopySource> sources,
java.io.File target) |
protected java.util.Collection<SvnCopySource> |
SvnNgReposToWcCopy.expandCopySources(java.util.Collection<SvnCopySource> sources) |
protected boolean |
SvnNgWcToWcCopy.tryRun(SVNWCContext context,
java.util.Collection<SvnCopySource> sources,
java.io.File target) |
Modifier and Type | Method and Description |
---|---|
SvnCopySource |
SvnOldRepositoryAccess.createRemoteCopySource(SVNWCContext context,
SvnCopySource localCopySource) |
Modifier and Type | Method and Description |
---|---|
SvnCopySource |
SvnOldRepositoryAccess.createRemoteCopySource(SVNWCContext context,
SvnCopySource localCopySource) |
Modifier and Type | Method and Description |
---|---|
private SvnCopySource |
SVNClientImpl.getSvnCopySource(CopySource localSource) |
Modifier and Type | Field and Description |
---|---|
private java.util.Collection<SvnCopySource> |
SvnCopy.sources |
private java.util.Collection<SvnCopySource> |
SvnRemoteCopy.sources |
Modifier and Type | Method and Description |
---|---|
static SvnCopySource |
SvnCopySource.create(SvnTarget source,
SVNRevision revision)
Creates a new
SvnCopySource object and initializes its fields. |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<SvnCopySource> |
SvnCopy.getSources()
Returns operation's all copy sources, object containing information about what to copy.
|
java.util.Collection<SvnCopySource> |
SvnRemoteCopy.getSources()
Returns all operation's sources.
|
Modifier and Type | Method and Description |
---|---|
void |
SvnCopy.addCopySource(SvnCopySource source)
Adds copy source information to the operation
|
void |
SvnRemoteCopy.addCopySource(SvnCopySource source)
And one source to the operation's sources.
|