|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.enhydra.xml.xmlc.commands.options.OptionSet
Class that contains a set of XMLC options.
Option
,
OptionsParser
Constructor Summary | |
OptionSet()
|
Method Summary | |
void |
addOption(Option opt)
Add an option to the options set. |
Option |
findOption(java.lang.String name)
Lookup an option. |
java.util.Iterator |
getOptions()
Get an enumeration of all options in the set. |
java.lang.String |
getOptionsMsg()
Get displayable string of valid options for use in error messages. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OptionSet()
Method Detail |
public void addOption(Option opt)
public java.util.Iterator getOptions()
public java.lang.String getOptionsMsg()
public Option findOption(java.lang.String name)
name
- The option name, including the leading `-'.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |