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
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.