Class WebUtils


  • public class WebUtils
    extends java.lang.Object
    Utility methods for Web classes.
    • Constructor Summary

      Constructors 
      Constructor Description
      WebUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static WebFile getCommonAncestor​(WebFile aFile1, WebFile aFile2)
      Returns the common ancestor of this file and given file.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WebUtils

        public WebUtils()
    • Method Detail

      • getCommonAncestor

        public static WebFile getCommonAncestor​(WebFile aFile1,
                                                WebFile aFile2)
        Returns the common ancestor of this file and given file.