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

Packages that use CommandFactory
org.apache.ftpserver   
org.apache.ftpserver.command   
 

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.
 



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