Uses of Interface
org.das2.util.filesystem.FileSystemFactory

Packages that use FileSystemFactory
org.das2.util.filesystem The fileSystem package introduces a filesystem abstraction that allows various types of file systems to be accessed in a convenient and uniform way. 
 

Uses of FileSystemFactory in org.das2.util.filesystem
 

Classes in org.das2.util.filesystem that implement FileSystemFactory
 class FtpFileSystemFactory
           
 class HttpFileSystemFactory
           
 class LocalFileSystemFactory
           
 

Methods in org.das2.util.filesystem with parameters of type FileSystemFactory
static void FileSystem.registerFileSystemFactory(java.lang.String proto, FileSystemFactory factory)