Uses of Class
org.tmatesoft.svn.core.wc2.SvnCopy
-
Packages that use SvnCopy Package Description org.tmatesoft.svn.core.internal.wc2.ng 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 SvnCopy in org.tmatesoft.svn.core.internal.wc2.ng
Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SvnCopy Modifier and Type Method Description private booleanSvnNgWcToWcCopy. areAllSourcesLocal(SvnCopy operation)private booleanSvnNgReposToWcCopy. areAllSourcesRemote(SvnCopy operation)booleanSvnNgReposToWcCopy. isApplicable(SvnCopy operation, SvnWcGeneration wcGeneration)booleanSvnNgWcToWcCopy. isApplicable(SvnCopy operation, SvnWcGeneration wcGeneration) -
Uses of SvnCopy in org.tmatesoft.svn.core.wc2
Methods in org.tmatesoft.svn.core.wc2 that return SvnCopy Modifier and Type Method Description SvnCopySvnOperationFactory. createCopy()Creates copy operation.
-