public interface CommandObject
Modifier and Type | Method and Description |
---|---|
void |
setCommandContext(String verb, DataHandler dh)
使用要处理的动词来初始化命令,以及描述将要操作的数据的DataHandler。
|
void setCommandContext(String verb, DataHandler dh) throws IOException
DataHandler
的值。
verb
- 此对象引用的命令动词。
dh
- DataHandler。
IOException