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 boolean
SvnNgReposToWcCopy. isApplicable(SvnCopy operation, SvnWcGeneration wcGeneration)
boolean
SvnNgWcToWcCopy. 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 SvnCopy
SvnOperationFactory. createCopy()
Creates copy operation.
-