org.apache.ftpserver.interfaces
Interface CommandFactory

All Known Implementing Classes:
DefaultCommandFactory

public interface CommandFactory

Command factory interface.


Method Summary
 Command getCommand(java.lang.String commandName)
          Get the command instance.
 

Method Detail

getCommand

Command getCommand(java.lang.String commandName)
Get the command instance.



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