Uses of Class
org.tmatesoft.svn.core.wc2.SvnCopySource
-
Packages that use SvnCopySource 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. -
-
Uses of SvnCopySource in org.tmatesoft.svn.core.internal.wc2
Methods in org.tmatesoft.svn.core.internal.wc2 that return SvnCopySource Modifier and Type Method Description abstract SvnCopySource
SvnRepositoryAccess. createRemoteCopySource(SVNWCContext context, SvnCopySource localCopySource)
Methods in org.tmatesoft.svn.core.internal.wc2 with parameters of type SvnCopySource Modifier and Type Method Description abstract SvnCopySource
SvnRepositoryAccess. createRemoteCopySource(SVNWCContext context, SvnCopySource localCopySource)
-
Uses of SvnCopySource in org.tmatesoft.svn.core.internal.wc2.compat
Methods in org.tmatesoft.svn.core.internal.wc2.compat that return SvnCopySource Modifier and Type Method Description static SvnCopySource
SvnCodec. copySource(SVNCopySource oldSource)
Methods in org.tmatesoft.svn.core.internal.wc2.compat with parameters of type SvnCopySource Modifier and Type Method Description static SVNCopySource
SvnCodec. copySource(SvnCopySource newSource)
-
Uses of SvnCopySource in org.tmatesoft.svn.core.internal.wc2.ng
Methods in org.tmatesoft.svn.core.internal.wc2.ng that return SvnCopySource Modifier and Type Method Description SvnCopySource
SvnNgRepositoryAccess. createRemoteCopySource(SVNWCContext context, SvnCopySource localCopySource)
Methods in org.tmatesoft.svn.core.internal.wc2.ng that return types with arguments of type SvnCopySource Modifier and Type Method Description protected java.util.Collection<SvnCopySource>
SvnNgReposToWcCopy. expandCopySources(java.util.Collection<SvnCopySource> sources)
Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SvnCopySource Modifier and Type Method Description SvnCopySource
SvnNgRepositoryAccess. createRemoteCopySource(SVNWCContext context, SvnCopySource localCopySource)
Method parameters in org.tmatesoft.svn.core.internal.wc2.ng with type arguments of type SvnCopySource Modifier and Type Method Description 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)
-
Uses of SvnCopySource in org.tmatesoft.svn.core.internal.wc2.old
Methods in org.tmatesoft.svn.core.internal.wc2.old that return SvnCopySource Modifier and Type Method Description SvnCopySource
SvnOldRepositoryAccess. createRemoteCopySource(SVNWCContext context, SvnCopySource localCopySource)
Methods in org.tmatesoft.svn.core.internal.wc2.old with parameters of type SvnCopySource Modifier and Type Method Description SvnCopySource
SvnOldRepositoryAccess. createRemoteCopySource(SVNWCContext context, SvnCopySource localCopySource)
-
Uses of SvnCopySource in org.tmatesoft.svn.core.wc2
Methods in org.tmatesoft.svn.core.wc2 that return SvnCopySource Modifier and Type Method Description static SvnCopySource
SvnCopySource. create(SvnTarget source, SVNRevision revision)
Creates a newSvnCopySource
object and initializes its fields.Methods in org.tmatesoft.svn.core.wc2 that return types with arguments of type SvnCopySource Modifier and Type Method 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.Methods in org.tmatesoft.svn.core.wc2 with parameters of type SvnCopySource Modifier and Type Method Description void
SvnCopy. addCopySource(SvnCopySource source)
Adds copy source information to the operationvoid
SvnRemoteCopy. addCopySource(SvnCopySource source)
And one source to the operation's sources.
-