org.enhydra.xml.xmlc.commands.xmlc
Class XMLCOptionsParser
java.lang.Object
|
+--org.enhydra.xml.xmlc.commands.xmlc.XMLCOptionsParser
- Direct Known Subclasses:
- XMLCOptions
- public class XMLCOptionsParser
- extends Object
Parser for xmlc command line options. Includes OptionSet that defines
the options. Parses them into a MetaData object.
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLCOptionsParser
public XMLCOptionsParser()
- Constructor. Initializes all option objects.
parse
public MetaData parse(String[] args,
ErrorReporter errorReporter)
throws XMLCException,
IOException
- Parse command line, returning the metadata object.
- Parameters:
errorReporter
- Use to report metadata parse errors.
Copyright © 1999-2002 enhydra.org (Mark Diekhans, David Li, Richard Kunze). All Rights reserved.