Class SVNURLUtil
java.lang.Object
org.tmatesoft.svn.core.internal.util.SVNURLUtil
- Version:
- 1.3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SVNURL
condenceURLs
(SVNURL[] urls, Collection condencedPaths, boolean removeRedundantURLs) static SVNURL
getCommonURLAncestor
(SVNURL url1, SVNURL url2) static String
getRelativeURL
(SVNURL parent, SVNURL child, boolean encoded) static boolean
isAncestor
(SVNURL ancestor, SVNURL descendant)
-
Constructor Details
-
SVNURLUtil
public SVNURLUtil()
-
-
Method Details
-
getRelativeURL
-
isAncestor
-
getCommonURLAncestor
-
condenceURLs
public static SVNURL condenceURLs(SVNURL[] urls, Collection condencedPaths, boolean removeRedundantURLs)
-