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 CopySource
JavaHLObjectFactory.createCopySource
(SVNLocationEntry location) Methods in org.tigris.subversion.javahl with parameters of type CopySourceModifier and TypeMethodDescriptionvoid
SVNClient.copy
(CopySource[] sources, String destPath, String message, boolean copyAsChild, boolean makeParents, boolean ignoreExternals, Map revpropTable) void
SVNClient.copy
(CopySource[] sources, String destPath, String message, boolean copyAsChild, boolean makeParents, Map revpropTable) void
SVNClientInterface.copy
(CopySource[] sources, String destPath, String message, boolean copyAsChild, boolean makeParents, boolean ignoreExternals, Map revpropTable) Copy versioned paths with the history preserved.void
SVNClientInterface.copy
(CopySource[] sources, String destPath, String message, boolean copyAsChild, boolean makeParents, Map revpropTable) Deprecated.void
SVNClientSynchronized.copy
(CopySource[] sources, String destPath, String message, boolean copyAsChild, boolean makeParents, boolean ignoreExternals, Map revpropTable) void
SVNClientSynchronized.copy
(CopySource[] sources, String destPath, String message, boolean copyAsChild, boolean makeParents, 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 TypeMethodDescriptionvoid
SVNClientImpl.copy
(CopySource[] sources, String destPath, String message, boolean copyAsChild, boolean makeParents, boolean ignoreExternals, Map revpropTable) void
SVNClientImpl.copy
(CopySource[] sources, String destPath, String message, boolean copyAsChild, boolean makeParents, Map revprops) private SVNCopySource[]
SVNClientImpl.getCopySources
(CopySource[] srcs, boolean copyAsChild)
SVNClientInterface.copy(CopySource[], String, String, boolean, boolean, boolean, Map)
instead.