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

Packages that use CommandFactory
org.apache.ftpserver   
org.apache.ftpserver.command   
org.apache.ftpserver.command.impl Internal classes, do not use directly! 
org.apache.ftpserver.config.spring Internal classes, do not use directly! 
org.apache.ftpserver.impl Internal classes, do not use directly! 
 

Uses of CommandFactory in org.apache.ftpserver
 

Methods in org.apache.ftpserver that return CommandFactory
 CommandFactory FtpServerFactory.getCommandFactory()
          Retrieve the command factory used by servers created by this factory
 

Methods in org.apache.ftpserver with parameters of type CommandFactory
 void FtpServerFactory.setCommandFactory(CommandFactory commandFactory)
          Set the command factory to be used by servers created by this factory
 

Uses of CommandFactory in org.apache.ftpserver.command
 

Methods in org.apache.ftpserver.command that return CommandFactory
 CommandFactory CommandFactoryFactory.createCommandFactory()
          Create an CommandFactory based on the configuration on the factory.
 

Uses of CommandFactory in org.apache.ftpserver.command.impl
 

Classes in org.apache.ftpserver.command.impl that implement CommandFactory
 class DefaultCommandFactory
          Internal class, do not use directly. Command factory to return appropriate command implementation depending on the FTP request command string.
 

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.impl
 

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

Methods in org.apache.ftpserver.impl with parameters of type CommandFactory
 void DefaultFtpServerContext.setCommandFactory(CommandFactory commandFactory)
           
 



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