Class SVNURLUtil
java.lang.Object
org.tmatesoft.svn.core.internal.util.SVNURLUtil
public class SVNURLUtil
extends java.lang.Object
- Version:
- 1.3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SVNURLcondenceURLs(SVNURL[] urls, java.util.Collection condencedPaths, boolean removeRedundantURLs) static SVNURLgetCommonURLAncestor(SVNURL url1, SVNURL url2) static java.lang.StringgetRelativeURL(SVNURL parent, SVNURL child, boolean encoded) static booleanisAncestor(SVNURL ancestor, SVNURL descendant) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SVNURLUtil
public SVNURLUtil()
-
-
Method Details
-
getRelativeURL
-
isAncestor
-
getCommonURLAncestor
-
condenceURLs
-