Uses of Interface
org.apache.ftpserver.ftplet.FileSystemFactory

Packages that use FileSystemFactory
org.apache.ftpserver   
org.apache.ftpserver.filesystem.nativefs   
org.apache.ftpserver.ftplet   
 

Uses of FileSystemFactory in org.apache.ftpserver
 

Methods in org.apache.ftpserver that return FileSystemFactory
 FileSystemFactory FtpServerFactory.getFileSystem()
          Retrieve the file system used by servers created by this factory
 

Methods in org.apache.ftpserver with parameters of type FileSystemFactory
 void FtpServerFactory.setFileSystem(FileSystemFactory fileSystem)
          Set the file system to be used by servers created by this factory
 

Uses of FileSystemFactory in org.apache.ftpserver.filesystem.nativefs
 

Classes in org.apache.ftpserver.filesystem.nativefs that implement FileSystemFactory
 class NativeFileSystemFactory
          Native file system factory.
 

Uses of FileSystemFactory in org.apache.ftpserver.ftplet
 

Methods in org.apache.ftpserver.ftplet that return FileSystemFactory
 FileSystemFactory FtpletContext.getFileSystemManager()
          Get file system manager
 



Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.