Class SVNURLUtil
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.util.SVNURLUtil
-
public class SVNURLUtil extends java.lang.Object
- Version:
- 1.3
- Author:
- TMate Software Ltd.
-
-
Constructor Summary
Constructors Constructor Description SVNURLUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SVNURL
condenceURLs(SVNURL[] urls, java.util.Collection condencedPaths, boolean removeRedundantURLs)
static SVNURL
getCommonURLAncestor(SVNURL url1, SVNURL url2)
static java.lang.String
getRelativeURL(SVNURL parent, SVNURL child, boolean encoded)
static boolean
isAncestor(SVNURL ancestor, SVNURL descendant)
-