Uses of Class
org.tmatesoft.svn.core.wc2.SvnImport
-
Packages that use SvnImport Package Description org.tmatesoft.svn.core.internal.wc2.old 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 SvnImport in org.tmatesoft.svn.core.internal.wc2.old
Methods in org.tmatesoft.svn.core.internal.wc2.old with parameters of type SvnImport Modifier and Type Method Description boolean
SvnOldImport. isApplicable(SvnImport operation, SvnWcGeneration wcGeneration)
-
Uses of SvnImport in org.tmatesoft.svn.core.wc2
Methods in org.tmatesoft.svn.core.wc2 that return SvnImport Modifier and Type Method Description SvnImport
SvnOperationFactory. createImport()
Creates import operation.
-