|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Command | |
|---|---|
| org.apache.ftpserver.command | |
| Uses of Command in org.apache.ftpserver.command |
|---|
| Classes in org.apache.ftpserver.command that implement Command | |
|---|---|
class |
AbstractCommand
Common base class recommended for Command implementations |
class |
NotSupportedCommand
A command used primarily for overriding already installed commands when one wants to disable the command. |
| Methods in org.apache.ftpserver.command that return Command | |
|---|---|
Command |
CommandFactory.getCommand(java.lang.String commandName)
Get the command instance. |
| Methods in org.apache.ftpserver.command that return types with arguments of type Command | |
|---|---|
java.util.Map<java.lang.String,Command> |
CommandFactoryFactory.getCommandMap()
Get the installed commands |
| Methods in org.apache.ftpserver.command with parameters of type Command | |
|---|---|
void |
CommandFactoryFactory.addCommand(java.lang.String commandName,
Command command)
Add or override a command. |
| Method parameters in org.apache.ftpserver.command with type arguments of type Command | |
|---|---|
void |
CommandFactoryFactory.setCommandMap(java.util.Map<java.lang.String,Command> commandMap)
Set commands to add or override to the default commands |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||