public interface CommandFactory
| Modifier and Type | Method and Description |
|---|---|
Command |
createCommand(String command)
Create a command with the given name.
|
Command createCommand(String command)
command - The command that will be runnull Command instanceCopyright © 2008–2015 The Apache Software Foundation. All rights reserved.