Package gw.fs

Class FileFactory


  • public class FileFactory
    extends Object
    • Method Detail

      • getIFile

        public IFile getIFile​(File f)
      • getIFile

        public IFile getIFile​(String absolutePath)
      • getIFile

        public IFile getIFile​(URL url)
      • getIFile

        public IFile getIFile​(URI uri)
      • getIFile

        public IFile getIFile​(URL url,
                              boolean bCreateIfNotExists)
      • getIFile

        public IFile getIFile​(URI uri,
                              boolean bCreateIfNotExists)
      • setDefaultPhysicalFileSystem

        public void setDefaultPhysicalFileSystem​(IPhysicalFileSystem fileSystem)