Class SVNExternalsUtil
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc.SVNExternalsUtil
-
public class SVNExternalsUtil extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SVNExternalsUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static java.lang.String
makeExternalDescription(SvnTarget localAbsPathOrUrl, SVNExternal item, SVNRevision externalPegRevision)
private static java.lang.String
maybeQuote(java.lang.String s)
private static SVNPropertyValue
pinExternalProps(SVNWCContext context, SvnRepositoryAccess repositoryAccess, SVNPropertyValue externalsPropValue, java.util.Map<SvnTarget,java.util.List<SVNExternal>> externalsToPin, SVNURL reposRootUrl, SvnTarget localAbsPathOrUrl)
static java.util.Map<java.lang.String,SVNPropertyValue>
resolvePinnedExternals(SVNWCContext context, SvnRepositoryAccess repositoryAccess, java.util.Map<SvnTarget,java.util.List<SVNExternal>> externalsToPin, SvnTarget pairSource, SvnTarget pairDst, long pairSourceRevision, SVNRepository svnRepository, SVNURL reposRootUrl)
-
-
-
Method Detail
-
resolvePinnedExternals
public static java.util.Map<java.lang.String,SVNPropertyValue> resolvePinnedExternals(SVNWCContext context, SvnRepositoryAccess repositoryAccess, java.util.Map<SvnTarget,java.util.List<SVNExternal>> externalsToPin, SvnTarget pairSource, SvnTarget pairDst, long pairSourceRevision, SVNRepository svnRepository, SVNURL reposRootUrl) throws SVNException
- Throws:
SVNException
-
pinExternalProps
private static SVNPropertyValue pinExternalProps(SVNWCContext context, SvnRepositoryAccess repositoryAccess, SVNPropertyValue externalsPropValue, java.util.Map<SvnTarget,java.util.List<SVNExternal>> externalsToPin, SVNURL reposRootUrl, SvnTarget localAbsPathOrUrl) throws SVNException
- Throws:
SVNException
-
makeExternalDescription
private static java.lang.String makeExternalDescription(SvnTarget localAbsPathOrUrl, SVNExternal item, SVNRevision externalPegRevision) throws SVNException
- Throws:
SVNException
-
maybeQuote
private static java.lang.String maybeQuote(java.lang.String s)
-
-