public class UnknownCommandFactory extends Object implements CommandFactory
| Modifier and Type | Field and Description |
|---|---|
static String |
FACTORY_NAME |
static UnknownCommandFactory |
INSTANCE |
| Constructor and Description |
|---|
UnknownCommandFactory() |
| Modifier and Type | Method and Description |
|---|---|
Command |
createCommand(String command)
Create a command with the given name.
|
String |
toString() |
public static final String FACTORY_NAME
public static final UnknownCommandFactory INSTANCE
public Command createCommand(String command)
CommandFactorycreateCommand in interface CommandFactorycommand - The command that will be runnull Command instanceCopyright © 2008–2021 The Apache Software Foundation. All rights reserved.