Class HTTPFileSystemView

java.lang.Object
org.openspaces.pu.container.servicegrid.deploy.HTTPFileSystemView

public class HTTPFileSystemView extends Object
  • Constructor Details

    • HTTPFileSystemView

      public HTTPFileSystemView(URL root)
  • Method Details

    • createFileObject

      public File createFileObject(String path)
    • createFileObject

      public File createFileObject(File dir, String filename)
      Returns a File object constructed in dir from the given filename.
    • getFiles

      public File[] getFiles(File dir)
    • isHiddenFile

      public boolean isHiddenFile(File f)
    • getRoots

      public File[] getRoots()
    • getHomeDirectory

      public File getHomeDirectory()
    • isRoot

      public boolean isRoot(File f)