org.das2.util.filesystem
Interface FileSystemFactory

All Known Implementing Classes:
FtpFileSystemFactory, HttpFileSystemFactory, LocalFileSystemFactory

public interface FileSystemFactory

creates a new instance of a type of filesystem


Method Summary
 FileSystem createFileSystem(java.net.URL root)
           
 

Method Detail

createFileSystem

FileSystem createFileSystem(java.net.URL root)
                            throws FileSystem.FileSystemOfflineException
Throws:
FileSystem.FileSystemOfflineException