public interface CommandObject
| Modifier and Type | Method and Description |
|---|---|
void |
setCommandContext(String verb,
DataHandler dh)
Initialize the Command with the verb it is requested to handle
and the DataHandler that describes the data it will
operate on.
|
void setCommandContext(String verb, DataHandler dh) throws IOException
DataHandler.verb - The Command Verb this object refers to.dh - The DataHandler.IOException - for failures accessing dataCopyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.