Uses of Class
org.tmatesoft.svn.core.wc2.SvnRemoteCopy
Packages that use SvnRemoteCopy
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 SvnRemoteCopy in org.tmatesoft.svn.core.internal.wc2.ng
Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SvnRemoteCopyModifier and TypeMethodDescriptionprivate boolean
SvnNgWcToReposCopy.areAllSourcesLocal
(SvnRemoteCopy operation) boolean
SvnNgWcToReposCopy.isApplicable
(SvnRemoteCopy operation, SvnWcGeneration wcGeneration) -
Uses of SvnRemoteCopy in org.tmatesoft.svn.core.internal.wc2.old
Methods in org.tmatesoft.svn.core.internal.wc2.old with parameters of type SvnRemoteCopyModifier and TypeMethodDescriptionboolean
SvnOldRemoteCopy.isApplicable
(SvnRemoteCopy operation, SvnWcGeneration wcGeneration) -
Uses of SvnRemoteCopy in org.tmatesoft.svn.core.internal.wc2.remote
Methods in org.tmatesoft.svn.core.internal.wc2.remote with parameters of type SvnRemoteCopyModifier and TypeMethodDescriptionprivate boolean
SvnNgReposToReposCopy.areAllSourcesRemote
(SvnRemoteCopy operation) boolean
SvnNgReposToReposCopy.isApplicable
(SvnRemoteCopy operation, SvnWcGeneration wcGeneration) -
Uses of SvnRemoteCopy in org.tmatesoft.svn.core.wc2
Methods in org.tmatesoft.svn.core.wc2 that return SvnRemoteCopyModifier and TypeMethodDescriptionSvnOperationFactory.createRemoteCopy()
Creates remote copy operation.