Uses of Class
org.tmatesoft.svn.core.internal.wc.SVNExternal
-
Packages that use SVNExternal Package Description org.tmatesoft.svn.core.internal.wc org.tmatesoft.svn.core.internal.wc16 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.org.tmatesoft.svn.core.wc2 NEW: this package contains command-style API to perform most of Subversion operations on the level of abstraction similar to that of the command line client. -
-
Uses of SVNExternal in org.tmatesoft.svn.core.internal.wc
Methods in org.tmatesoft.svn.core.internal.wc that return SVNExternal Modifier and Type Method Description static SVNExternal[]
SVNExternal. parseExternals(java.lang.Object owner, java.lang.String description)
Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNExternal Modifier and Type Method Description static java.util.List<java.lang.String>
SVNExternal. findTargetDuplications(SVNExternal[] externals)
Method parameters in org.tmatesoft.svn.core.internal.wc with type arguments of type SVNExternal Modifier and Type Method Description static java.util.Map<java.lang.String,SVNPropertyValue>
SVNExternalsUtil. resolvePinnedExternals(SVNWCContext context, SvnRepositoryAccess repositoryAccess, java.util.Map<SvnTarget,java.util.List<SVNExternal>> externalsToPin, SvnTarget pairSource, SvnTarget pairDst, long pairSourceRevision, SVNRepository svnRepository, SVNURL reposRootUrl)
protected SVNCommitInfo
SVNCopyDriver. 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 SVNExternal in org.tmatesoft.svn.core.internal.wc16
Method parameters in org.tmatesoft.svn.core.internal.wc16 with type arguments of type SVNExternal Modifier and Type Method Description SVNCommitInfo
SVNCopyClient16. 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)
-
Uses of SVNExternal in org.tmatesoft.svn.core.wc
Method parameters in org.tmatesoft.svn.core.wc with type arguments of type SVNExternal Modifier and Type Method Description void
SVNCopyClient. doCopy(SVNCopySource[] sources, java.io.File dst, boolean isMove, boolean makeParents, boolean failWhenDstExists, boolean pinExternals, java.util.Map<SvnTarget,java.util.List<SVNExternal>> externalsToPin)
SVNCommitInfo
SVNCopyClient. 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)
-
Uses of SVNExternal in org.tmatesoft.svn.core.wc2
Methods in org.tmatesoft.svn.core.wc2 that return types with arguments of type SVNExternal Modifier and Type Method Description java.util.Map<SvnTarget,java.util.List<SVNExternal>>
SvnCopy. getExternalsToPin()
java.util.Map<SvnTarget,java.util.List<SVNExternal>>
SvnRemoteCopy. getExternalsToPin()
Method parameters in org.tmatesoft.svn.core.wc2 with type arguments of type SVNExternal Modifier and Type Method Description void
SvnCopy. setExternalsToPin(java.util.Map<SvnTarget,java.util.List<SVNExternal>> externalsToPin)
void
SvnRemoteCopy. setExternalsToPin(java.util.Map<SvnTarget,java.util.List<SVNExternal>> externalsToPin)
-