Uses of Class
org.tigris.subversion.javahl.CopySource
-
Packages that use CopySource Package Description org.tigris.subversion.javahl Provides a (mostly native, using JNI and javah) implementation of a high level Java API for Subversion.org.tmatesoft.svn.core.javahl This package provides an implementation of the native Subversion javahl binding interface SVNClientInterface that is distributed within the org.tigris.subversion.javahl package. -
-
Uses of CopySource in org.tigris.subversion.javahl
Methods in org.tigris.subversion.javahl that return CopySource Modifier and Type Method Description static CopySourceJavaHLObjectFactory. createCopySource(SVNLocationEntry location)Methods in org.tigris.subversion.javahl with parameters of type CopySource Modifier and Type Method Description voidSVNClient. copy(CopySource[] sources, java.lang.String destPath, java.lang.String message, boolean copyAsChild, boolean makeParents, boolean ignoreExternals, java.util.Map revpropTable)voidSVNClient. copy(CopySource[] sources, java.lang.String destPath, java.lang.String message, boolean copyAsChild, boolean makeParents, java.util.Map revpropTable)voidSVNClientInterface. copy(CopySource[] sources, java.lang.String destPath, java.lang.String message, boolean copyAsChild, boolean makeParents, boolean ignoreExternals, java.util.Map revpropTable)Copy versioned paths with the history preserved.voidSVNClientInterface. copy(CopySource[] sources, java.lang.String destPath, java.lang.String message, boolean copyAsChild, boolean makeParents, java.util.Map revpropTable)Deprecated.voidSVNClientSynchronized. copy(CopySource[] sources, java.lang.String destPath, java.lang.String message, boolean copyAsChild, boolean makeParents, boolean ignoreExternals, java.util.Map revpropTable)voidSVNClientSynchronized. copy(CopySource[] sources, java.lang.String destPath, java.lang.String message, boolean copyAsChild, boolean makeParents, java.util.Map revpropTable)Deprecated. -
Uses of CopySource in org.tmatesoft.svn.core.javahl
Methods in org.tmatesoft.svn.core.javahl with parameters of type CopySource Modifier and Type Method Description voidSVNClientImpl. copy(CopySource[] sources, java.lang.String destPath, java.lang.String message, boolean copyAsChild, boolean makeParents, boolean ignoreExternals, java.util.Map revpropTable)voidSVNClientImpl. copy(CopySource[] sources, java.lang.String destPath, java.lang.String message, boolean copyAsChild, boolean makeParents, java.util.Map revprops)private SVNCopySource[]SVNClientImpl. getCopySources(CopySource[] srcs, boolean copyAsChild)
-