|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OptionHandler
Interface to something that understands options.
| Method Summary | |
|---|---|
String[] |
getOptions()
Gets the current option settings for the OptionHandler. |
Enumeration |
listOptions()
Returns an enumeration of all the available options.. |
void |
setOptions(String[] options)
Sets the OptionHandler's options using the given list. |
| Method Detail |
|---|
Enumeration listOptions()
void setOptions(String[] options)
throws Exception
options - the list of options as an array of strings
Exception - if an option is not supportedString[] getOptions()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||