Class FileSystemFactory

java.lang.Object
hec.map.tms.datasource.FileSystemFactory
Direct Known Subclasses:
DirectoryFileSystemFactory, ZipFileSystemFactory

public abstract class FileSystemFactory extends Object
  • Constructor Details

    • FileSystemFactory

      public FileSystemFactory()
  • Method Details

    • getDefault

      public static FileSystemFactory getDefault()
    • createFileSystem

      public abstract FileSystem createFileSystem(File f)
    • accept

      public abstract boolean accept(File path)
      returns true if the Factory can create a tile for that file.
      Parameters:
      path -
      Returns: