Uses of Interface
org.apache.ftpserver.interfaces.CommandFactory

Packages that use CommandFactory
org.apache.ftpserver   
org.apache.ftpserver.config.spring   
org.apache.ftpserver.interfaces   
 

Uses of CommandFactory in org.apache.ftpserver
 

Classes in org.apache.ftpserver that implement CommandFactory
 class DefaultCommandFactory
          Command factory to return appropriate command implementation depending on the FTP request command string.
 

Methods in org.apache.ftpserver that return CommandFactory
 CommandFactory DefaultFtpServerContext.getCommandFactory()
          Get the command factory.
 CommandFactory FtpServer.getCommandFactory()
          Retrieve the command factory used with this server
 

Methods in org.apache.ftpserver with parameters of type CommandFactory
 void DefaultFtpServerContext.setCommandFactory(CommandFactory commandFactory)
           
 void FtpServer.setCommandFactory(CommandFactory commandFactory)
          Set the command factory to be used for this server
 

Uses of CommandFactory in org.apache.ftpserver.config.spring
 

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

Uses of CommandFactory in org.apache.ftpserver.interfaces
 

Methods in org.apache.ftpserver.interfaces that return CommandFactory
 CommandFactory FtpServerContext.getCommandFactory()
          Get the command factory.
 



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