public interface OptionHandler
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getOptions()
Gets the current option settings for the OptionHandler.
|
java.util.Enumeration |
listOptions()
Returns an enumeration of all the available options..
|
void |
setOptions(java.lang.String[] options)
Sets the OptionHandler's options using the given list.
|
java.util.Enumeration listOptions()
void setOptions(java.lang.String[] options) throws java.lang.Exception
options
- the list of options as an array of stringsjava.lang.Exception
- if an option is not supportedjava.lang.String[] getOptions()