public interface CommandObject
| Modifier and Type | Method and Description |
|---|---|
void |
setCommandContext(String
Initialize the Command with the verb it is requested to handle and the DataHandler that describes the data it will operate on.
|
void setCommandContext(Stringverb, DataHandler dh) throws IOException
DataHandler.
verb - The Command Verb this object refers to.
dh - The DataHandler.
IOException