Uses of Class
org.tmatesoft.svn.core.wc2.SvnCopySource
Packages that use SvnCopySource
Package
Description
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 SvnCopySourceModifier and TypeMethodDescriptionabstract SvnCopySource
SvnRepositoryAccess.createRemoteCopySource
(SVNWCContext context, SvnCopySource localCopySource) Methods in org.tmatesoft.svn.core.internal.wc2 with parameters of type SvnCopySourceModifier and TypeMethodDescriptionabstract 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 SvnCopySourceModifier and TypeMethodDescriptionstatic SvnCopySource
SvnCodec.copySource
(SVNCopySource oldSource) Methods in org.tmatesoft.svn.core.internal.wc2.compat with parameters of type SvnCopySourceModifier and TypeMethodDescriptionstatic 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 SvnCopySourceModifier and TypeMethodDescriptionSvnNgRepositoryAccess.createRemoteCopySource
(SVNWCContext context, SvnCopySource localCopySource) Methods in org.tmatesoft.svn.core.internal.wc2.ng that return types with arguments of type SvnCopySourceModifier and TypeMethodDescriptionprotected java.util.Collection<SvnCopySource>
SvnNgReposToWcCopy.expandCopySources
(java.util.Collection<SvnCopySource> sources) Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SvnCopySourceModifier and TypeMethodDescriptionSvnNgRepositoryAccess.createRemoteCopySource
(SVNWCContext context, SvnCopySource localCopySource) Method parameters in org.tmatesoft.svn.core.internal.wc2.ng with type arguments of type SvnCopySourceModifier and TypeMethodDescriptionprivate 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) -
Uses of SvnCopySource in org.tmatesoft.svn.core.internal.wc2.old
Methods in org.tmatesoft.svn.core.internal.wc2.old that return SvnCopySourceModifier and TypeMethodDescriptionSvnOldRepositoryAccess.createRemoteCopySource
(SVNWCContext context, SvnCopySource localCopySource) Methods in org.tmatesoft.svn.core.internal.wc2.old with parameters of type SvnCopySourceModifier and TypeMethodDescriptionSvnOldRepositoryAccess.createRemoteCopySource
(SVNWCContext context, SvnCopySource localCopySource) -
Uses of SvnCopySource in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 that return SvnCopySourceModifier and TypeMethodDescriptionprivate SvnCopySource
SVNClientImpl.getSvnCopySource
(CopySource localSource) -
Uses of SvnCopySource in org.tmatesoft.svn.core.wc2
Fields in org.tmatesoft.svn.core.wc2 with type parameters of type SvnCopySourceModifier and TypeFieldDescriptionprivate java.util.Collection<SvnCopySource>
SvnCopy.sources
private java.util.Collection<SvnCopySource>
SvnRemoteCopy.sources
Methods in org.tmatesoft.svn.core.wc2 that return SvnCopySourceModifier and TypeMethodDescriptionstatic 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 SvnCopySourceModifier and TypeMethodDescriptionjava.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 SvnCopySourceModifier and TypeMethodDescriptionvoid
SvnCopy.addCopySource
(SvnCopySource source) Adds copy source information to the operationvoid
SvnRemoteCopy.addCopySource
(SvnCopySource source) And one source to the operation's sources.