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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static SVNURL
    condenceURLs(SVNURL[] urls, java.util.Collection condencedPaths, boolean removeRedundantURLs)
     
    static SVNURL
     
    static java.lang.String
    getRelativeURL(SVNURL parent, SVNURL child, boolean encoded)
     
    static boolean
    isAncestor(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

      public static java.lang.String getRelativeURL(SVNURL parent, SVNURL child, boolean encoded)
    • isAncestor

      public static boolean isAncestor(SVNURL ancestor, SVNURL descendant)
    • getCommonURLAncestor

      public static SVNURL getCommonURLAncestor(SVNURL url1, SVNURL url2)
    • condenceURLs

      public static SVNURL condenceURLs(SVNURL[] urls, java.util.Collection condencedPaths, boolean removeRedundantURLs)