|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sf.statcvs.output.CommandLineParser
Takes a command line, like given to the Main.main(java.lang.String[])
method,
and turns it into a ConfigurationOptions
object.
Constructor Summary | |
CommandLineParser(java.lang.String[] args)
Constructor for CommandLineParser |
Method Summary | |
void |
parse()
Parses the command line and sets the options (as static fields in ConfigurationOptions ). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CommandLineParser(java.lang.String[] args)
args
- the command line parametersMethod Detail |
public void parse() throws ConfigurationException
ConfigurationOptions
).
ConfigurationException
- if errors are present on the command line
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |