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 CopySource
JavaHLObjectFactory. createCopySource(SVNLocationEntry location)
Methods in org.tigris.subversion.javahl with parameters of type CopySource Modifier and Type Method Description void
SVNClient. copy(CopySource[] sources, java.lang.String destPath, java.lang.String message, boolean copyAsChild, boolean makeParents, boolean ignoreExternals, java.util.Map revpropTable)
void
SVNClient. copy(CopySource[] sources, java.lang.String destPath, java.lang.String message, boolean copyAsChild, boolean makeParents, java.util.Map revpropTable)
void
SVNClientInterface. 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.void
SVNClientInterface. copy(CopySource[] sources, java.lang.String destPath, java.lang.String message, boolean copyAsChild, boolean makeParents, java.util.Map revpropTable)
Deprecated.void
SVNClientSynchronized. copy(CopySource[] sources, java.lang.String destPath, java.lang.String message, boolean copyAsChild, boolean makeParents, boolean ignoreExternals, java.util.Map revpropTable)
void
SVNClientSynchronized. 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 void
SVNClientImpl. copy(CopySource[] sources, java.lang.String destPath, java.lang.String message, boolean copyAsChild, boolean makeParents, boolean ignoreExternals, java.util.Map revpropTable)
void
SVNClientImpl. copy(CopySource[] sources, java.lang.String destPath, java.lang.String message, boolean copyAsChild, boolean makeParents, java.util.Map revprops)
-