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

Packages that use FileSystemFactory
org.apache.ftpserver   
org.apache.ftpserver.config.spring Internal classes, do not use directly! 
org.apache.ftpserver.filesystem.nativefs   
org.apache.ftpserver.ftplet   
org.apache.ftpserver.impl Internal classes, do not use directly! 
 

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.config.spring
 

Methods in org.apache.ftpserver.config.spring that return types with arguments of type FileSystemFactory
protected  java.lang.Class<? extends FileSystemFactory> FileSystemBeanDefinitionParser.getBeanClass(org.w3c.dom.Element element)
          
 

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
 

Uses of FileSystemFactory in org.apache.ftpserver.impl
 

Methods in org.apache.ftpserver.impl that return FileSystemFactory
 FileSystemFactory DefaultFtpServer.getFileSystem()
          Retrieve the file system used with this server
 FileSystemFactory DefaultFtpServerContext.getFileSystemManager()
          Get file system manager.
 

Methods in org.apache.ftpserver.impl with parameters of type FileSystemFactory
 void DefaultFtpServerContext.setFileSystemManager(FileSystemFactory fileSystemManager)
           
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.