Package snap.web

Class WebUtils

java.lang.Object
snap.web.WebUtils

public class WebUtils extends Object
Utility methods for Web classes.
  • Constructor Details

    • WebUtils

      public WebUtils()
  • Method Details

    • getCommonAncestor

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

      public static void copyFile(WebFile aSrcFile, WebFile aDstFile)
      Copies a file to another file.