org.apache.ftpserver.command
Interface CommandFactory

All Known Implementing Classes:
DefaultCommandFactory

public interface CommandFactory

Command factory interface.

Author:
Apache MINA Project

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

Method Detail

getCommand

Command getCommand(String commandName)
Get the command instance.

Parameters:
commandName - The name of the command to create
Returns:
The Command matching the provided name, or null if no such command exists.


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