|
|||||||||||
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.OptionFileParser
Parse an XMLC options file. This creates a vector of options and arguments. It does no other processing on options.
Constructor Summary | |
OptionFileParser(InputSource inputSource)
Construct, parsing contents of file. |
|
OptionFileParser(Reader reader)
Construct, parsing contents of file. |
Method Summary | |
String[][] |
getOptions()
Get the options that were parsed. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OptionFileParser(Reader reader) throws XMLCException, IOException
public OptionFileParser(InputSource inputSource) throws XMLCException
Method Detail |
public String[][] getOptions()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |