Uses of Class
org.tmatesoft.svn.core.wc.SVNCopySource
-
Packages that use SVNCopySource Package Description org.tmatesoft.svn.core.internal.wc org.tmatesoft.svn.core.internal.wc16 org.tmatesoft.svn.core.internal.wc2.compat org.tmatesoft.svn.core.wc 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 SVNCopySource Modifier and Type Method Description protected SVNCopySource[]SVNCopyDriver. expandCopySources(SVNCopySource[] sources)Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNCopySource Modifier and Type Method Description protected SVNCopySource[]SVNCopyDriver. expandCopySources(SVNCopySource[] sources)protected SVNCommitInfoSVNCopyDriver. setupCopy(SVNCopySource[] sources, SVNPath dst, boolean isMove, boolean makeParents, boolean pinExternals, java.util.Map<SvnTarget,java.util.List<SVNExternal>> externalsToPin, java.lang.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 SVNCopySource Modifier and Type Method Description voidSVNCopyClient16. doCopy(SVNCopySource[] sources, java.io.File dst, boolean isMove, boolean makeParents, boolean failWhenDstExists)Copies each source insourcestodst.SVNCommitInfoSVNCopyClient16. doCopy(SVNCopySource[] sources, SVNURL dst, boolean isMove, boolean makeParents, boolean failWhenDstExists, boolean pinExternals, java.util.Map<SvnTarget,java.util.List<SVNExternal>> externalsToPin, java.lang.String commitMessage, SVNProperties revisionProperties)SVNCommitInfoSVNCopyClient16. doCopy(SVNCopySource[] sources, SVNURL dst, boolean isMove, boolean makeParents, boolean failWhenDstExists, java.lang.String commitMessage, SVNProperties revisionProperties)Copies each source insourcestodst. -
Uses of SVNCopySource in org.tmatesoft.svn.core.internal.wc2.compat
Methods in org.tmatesoft.svn.core.internal.wc2.compat that return SVNCopySource Modifier and Type Method Description static SVNCopySourceSvnCodec. copySource(SvnCopySource newSource)Methods in org.tmatesoft.svn.core.internal.wc2.compat with parameters of type SVNCopySource Modifier and Type Method Description static SvnCopySourceSvnCodec. copySource(SVNCopySource oldSource) -
Uses of SVNCopySource in org.tmatesoft.svn.core.wc
Methods in org.tmatesoft.svn.core.wc with parameters of type SVNCopySource Modifier and Type Method Description voidSVNCopyClient. doCopy(SVNCopySource[] sources, java.io.File dst, boolean isMove, boolean makeParents, boolean failWhenDstExists)Copies each source insourcestodst.voidSVNCopyClient. doCopy(SVNCopySource[] sources, java.io.File dst, boolean isMove, boolean makeParents, boolean failWhenDstExists, boolean allowMixedRevisions, boolean metadataOnly)Copies each source insourcestodst.voidSVNCopyClient. doCopy(SVNCopySource[] sources, java.io.File dst, boolean isMove, boolean makeParents, boolean failWhenDstExists, boolean pinExternals, java.util.Map<SvnTarget,java.util.List<SVNExternal>> externalsToPin)SVNCommitInfoSVNCopyClient. doCopy(SVNCopySource[] sources, SVNURL dst, boolean isMove, boolean makeParents, boolean failWhenDstExists, java.lang.String commitMessage, SVNProperties revisionProperties)Copies each source insourcestodst.SVNCommitInfoSVNCopyClient. doCopy(SVNCopySource[] sources, SVNURL dst, boolean isMove, boolean makeParents, boolean failWhenDstExists, java.lang.String commitMessage, SVNProperties revisionProperties, boolean pinExternals, java.util.Map<SvnTarget,java.util.List<SVNExternal>> externalsToPin)
-