org.das2.util.filesystem
Class LocalFileSystemFactory

java.lang.Object
  extended by org.das2.util.filesystem.LocalFileSystemFactory
All Implemented Interfaces:
FileSystemFactory

public class LocalFileSystemFactory
extends java.lang.Object
implements FileSystemFactory


Constructor Summary
LocalFileSystemFactory()
          Creates a new instance of LocalFileSystemFactory
 
Method Summary
 FileSystem createFileSystem(java.net.URL root)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalFileSystemFactory

public LocalFileSystemFactory()
Creates a new instance of LocalFileSystemFactory

Method Detail

createFileSystem

public FileSystem createFileSystem(java.net.URL root)
                            throws FileSystem.FileSystemOfflineException
Specified by:
createFileSystem in interface FileSystemFactory
Throws:
FileSystem.FileSystemOfflineException