Uses of Class
org.das2.util.filesystem.FileSystem.FileSystemOfflineException

Packages that use FileSystem.FileSystemOfflineException
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 FileSystem.FileSystemOfflineException in org.das2.util.filesystem
 

Methods in org.das2.util.filesystem that throw FileSystem.FileSystemOfflineException
static FileSystem FileSystem.create(java.net.URL root)
          Creates a FileSystem by parsing the URL and creating the correct FS type.
 FileSystem FileSystemFactory.createFileSystem(java.net.URL root)
           
 FileSystem FtpFileSystemFactory.createFileSystem(java.net.URL root)
           
 FileSystem HttpFileSystemFactory.createFileSystem(java.net.URL root)
           
 FileSystem LocalFileSystemFactory.createFileSystem(java.net.URL root)
           
static HttpFileSystem HttpFileSystem.createHttpFileSystem(java.net.URL root)
           
 

Constructors in org.das2.util.filesystem that throw FileSystem.FileSystemOfflineException
LocalFileSystem(java.net.URL root)
          Note the String used to create the URL should have either one or three slashes: file:/home/jbf or file:///home/jbf but not file://home/jbf Also, on Windows, /c:/documents and settings/jbf/ is okay.