| Package | Description |
|---|---|
| org.apache.ftpserver.command |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Command |
CommandFactory.getCommand(String commandName)
Get the command instance.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Command> |
CommandFactoryFactory.getCommandMap()
Get the installed commands
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommandFactoryFactory.addCommand(String commandName,
Command command)
Add or override a command.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommandFactoryFactory.setCommandMap(Map<String,Command> commandMap)
Set commands to add or override to the default commands
|
Copyright © 2003–2017 The Apache Software Foundation. All rights reserved.