Class SVNExternalsUtil
java.lang.Object
org.tmatesoft.svn.core.internal.wc.SVNExternalsUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static String
makeExternalDescription
(SvnTarget localAbsPathOrUrl, SVNExternal item, SVNRevision externalPegRevision) private static String
maybeQuote
(String s) private static SVNPropertyValue
pinExternalProps
(SVNWCContext context, SvnRepositoryAccess repositoryAccess, SVNPropertyValue externalsPropValue, Map<SvnTarget, List<SVNExternal>> externalsToPin, SVNURL reposRootUrl, SvnTarget localAbsPathOrUrl) static Map<String,
SVNPropertyValue> resolvePinnedExternals
(SVNWCContext context, SvnRepositoryAccess repositoryAccess, Map<SvnTarget, List<SVNExternal>> externalsToPin, SvnTarget pairSource, SvnTarget pairDst, long pairSourceRevision, SVNRepository svnRepository, SVNURL reposRootUrl)
-
Constructor Details
-
SVNExternalsUtil
public SVNExternalsUtil()
-
-
Method Details
-
resolvePinnedExternals
public static Map<String,SVNPropertyValue> resolvePinnedExternals(SVNWCContext context, SvnRepositoryAccess repositoryAccess, Map<SvnTarget, 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, Map<SvnTarget, List<SVNExternal>> externalsToPin, SVNURL reposRootUrl, SvnTarget localAbsPathOrUrl) throws SVNException- Throws:
SVNException
-
makeExternalDescription
private static String makeExternalDescription(SvnTarget localAbsPathOrUrl, SVNExternal item, SVNRevision externalPegRevision) throws SVNException - Throws:
SVNException
-
maybeQuote
-