Uses of Class
org.tmatesoft.svn.core.wc.SVNCopySource
Packages that use SVNCopySource
Package
Description
This package provides an implementation of the native Subversion javahl
binding interface SVNClientInterface that is distributed within
the org.tigris.subversion.javahl package.
This package provides a high-level API for managing Working Copies in a way
compatible with the native SVN command line client.
-
Uses of SVNCopySource in org.tmatesoft.svn.core.internal.wc
Methods in org.tmatesoft.svn.core.internal.wc that return SVNCopySourceModifier and TypeMethodDescriptionprotected SVNCopySource[]
SVNCopyDriver.expandCopySources
(SVNCopySource[] sources) Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNCopySourceModifier and TypeMethodDescriptionprotected SVNCopySource[]
SVNCopyDriver.expandCopySources
(SVNCopySource[] sources) protected SVNCommitInfo
SVNCopyDriver.setupCopy
(SVNCopySource[] sources, SVNPath dst, boolean isMove, boolean makeParents, boolean pinExternals, Map<SvnTarget, List<SVNExternal>> externalsToPin, String message, SVNProperties revprops, ISVNCommitHandler commitHandler, ISVNCommitParameters commitParameters, ISVNExternalsHandler externalsHandler) -
Uses of SVNCopySource in org.tmatesoft.svn.core.internal.wc16
Methods in org.tmatesoft.svn.core.internal.wc16 with parameters of type SVNCopySourceModifier and TypeMethodDescriptionvoid
SVNCopyClient16.doCopy
(SVNCopySource[] sources, File dst, boolean isMove, boolean makeParents, boolean failWhenDstExists) Copies each source insources
todst
.private void
SVNCopyClient16.doCopy
(SVNCopySource[] sources, File dst, boolean isMove, boolean makeParents, boolean failWhenDstExists, boolean pinExternals, Map<SvnTarget, List<SVNExternal>> externalsToPin) SVNCopyClient16.doCopy
(SVNCopySource[] sources, SVNURL dst, boolean isMove, boolean makeParents, boolean failWhenDstExists, boolean pinExternals, Map<SvnTarget, List<SVNExternal>> externalsToPin, String commitMessage, SVNProperties revisionProperties) SVNCopyClient16.doCopy
(SVNCopySource[] sources, SVNURL dst, boolean isMove, boolean makeParents, boolean failWhenDstExists, String commitMessage, SVNProperties revisionProperties) Copies each source insources
todst
. -
Uses of SVNCopySource in org.tmatesoft.svn.core.internal.wc2.compat
Methods in org.tmatesoft.svn.core.internal.wc2.compat that return SVNCopySourceModifier and TypeMethodDescriptionstatic SVNCopySource
SvnCodec.copySource
(SvnCopySource newSource) Methods in org.tmatesoft.svn.core.internal.wc2.compat with parameters of type SVNCopySourceModifier and TypeMethodDescriptionstatic SvnCopySource
SvnCodec.copySource
(SVNCopySource oldSource) -
Uses of SVNCopySource in org.tmatesoft.svn.core.internal.wc2.old
Methods in org.tmatesoft.svn.core.internal.wc2.old that return SVNCopySource -
Uses of SVNCopySource in org.tmatesoft.svn.core.javahl
Methods in org.tmatesoft.svn.core.javahl that return SVNCopySourceModifier and TypeMethodDescriptionprivate SVNCopySource[]
SVNClientImpl.getCopySources
(String[] srcPaths, boolean copyAsChild) private SVNCopySource[]
SVNClientImpl.getCopySources
(CopySource[] srcs, boolean copyAsChild) Methods in org.tmatesoft.svn.core.javahl with parameters of type SVNCopySourceModifier and TypeMethodDescriptionprivate void
SVNClientImpl.copyOrMove
(SVNCopySource[] sources, String destPath, boolean isMove, String message, boolean copyAsChild, boolean makeParents, Map revprops) -
Uses of SVNCopySource in org.tmatesoft.svn.core.wc
Methods in org.tmatesoft.svn.core.wc with parameters of type SVNCopySourceModifier and TypeMethodDescriptionvoid
SVNCopyClient.doCopy
(SVNCopySource[] sources, File dst, boolean isMove, boolean makeParents, boolean failWhenDstExists) Copies each source insources
todst
.void
SVNCopyClient.doCopy
(SVNCopySource[] sources, File dst, boolean isMove, boolean makeParents, boolean failWhenDstExists, boolean allowMixedRevisions, boolean metadataOnly) Copies each source insources
todst
.void
SVNCopyClient.doCopy
(SVNCopySource[] sources, File dst, boolean isMove, boolean makeParents, boolean failWhenDstExists, boolean pinExternals, Map<SvnTarget, List<SVNExternal>> externalsToPin) SVNCopyClient.doCopy
(SVNCopySource[] sources, SVNURL dst, boolean isMove, boolean makeParents, boolean failWhenDstExists, String commitMessage, SVNProperties revisionProperties) Copies each source insources
todst
.SVNCopyClient.doCopy
(SVNCopySource[] sources, SVNURL dst, boolean isMove, boolean makeParents, boolean failWhenDstExists, String commitMessage, SVNProperties revisionProperties, boolean pinExternals, Map<SvnTarget, List<SVNExternal>> externalsToPin)