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 SvnCopySourceSvnRepositoryAccess.createRemoteCopySource(SVNWCContext context, SvnCopySource localCopySource) Methods in org.tmatesoft.svn.core.internal.wc2 with parameters of type SvnCopySourceModifier and TypeMethodDescriptionabstract SvnCopySourceSvnRepositoryAccess.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 SvnCopySourceSvnCodec.copySource(SVNCopySource oldSource) Methods in org.tmatesoft.svn.core.internal.wc2.compat with parameters of type SvnCopySourceModifier and TypeMethodDescriptionstatic SVNCopySourceSvnCodec.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 booleanSvnNgWcToWcCopy.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 booleanSvnNgWcToWcCopy.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 SvnCopySourceSVNClientImpl.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.sourcesprivate java.util.Collection<SvnCopySource>SvnRemoteCopy.sourcesMethods in org.tmatesoft.svn.core.wc2 that return SvnCopySourceModifier and TypeMethodDescriptionstatic SvnCopySourceSvnCopySource.create(SvnTarget source, SVNRevision revision) Creates a newSvnCopySourceobject 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 TypeMethodDescriptionvoidSvnCopy.addCopySource(SvnCopySource source) Adds copy source information to the operationvoidSvnRemoteCopy.addCopySource(SvnCopySource source) And one source to the operation's sources.