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
.IOException
verb
- The Command Verb this object refers to.dh
- The DataHandler.aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.