Package gw.fs

Class FileFactory

java.lang.Object
gw.fs.FileFactory

public class FileFactory extends Object
  • Field Details

  • Constructor Details

    • FileFactory

      private FileFactory()
  • Method Details

    • instance

      public static FileFactory instance()
    • getIDirectory

      public IDirectory getIDirectory(File f)
    • getIFile

      public IFile getIFile(File f)
    • getIDirectory

      public IDirectory getIDirectory(String absolutePath)
    • 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)
    • getDefaultPhysicalFileSystem

      public IPhysicalFileSystem getDefaultPhysicalFileSystem()
    • getRootPhysicalFileSystem

      public IPhysicalFileSystem getRootPhysicalFileSystem()
    • setDefaultPhysicalFileSystem

      public void setDefaultPhysicalFileSystem(IPhysicalFileSystem fileSystem)
    • createDefaultPhysicalFileSystem

      private IPhysicalFileSystem createDefaultPhysicalFileSystem()