Uses of Class
org.tigris.subversion.javahl.CopySource
Packages that use CopySource
Package
Description
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
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 CopySourceModifier and TypeMethodDescriptionstatic CopySourceJavaHLObjectFactory.createCopySource(SVNLocationEntry location) Methods in org.tigris.subversion.javahl with parameters of type CopySourceModifier and TypeMethodDescriptionvoidSVNClient.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 CopySourceModifier and TypeMethodDescriptionvoidSVNClientImpl.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)
SVNClientInterface.copy(CopySource[], String, String, boolean, boolean, boolean, Map)instead.