org.das2.util.filesystem
Class FtpFileSystemFactory

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

public class FtpFileSystemFactory
extends java.lang.Object
implements FileSystemFactory


Constructor Summary
FtpFileSystemFactory()
          Creates a new instance of FtpFileSystemFactory
 
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

FtpFileSystemFactory

public FtpFileSystemFactory()
Creates a new instance of FtpFileSystemFactory

Method Detail

createFileSystem

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