org.incava.jagol
public class OptionSet extends Object
Constructor Summary | |
---|---|
OptionSet(String appName, String description) |
Method Summary | |
---|---|
void | add(Option opt)
Adds an options to this set. |
void | addRunControlFile(String name)
Adds a run control file to be processed. |
String | getAppName()
Returns the application name. |
String | getDescription()
Returns the description. |
String[] | process(String[] args)
Processes the run control files and command line arguments. |
protected String[] | processCommandLine(String[] args)
Processes the command line arguments. |
protected void | processRunControlFiles()
Processes the run control files, if any. |
protected void | showConfig() |
protected void | showUsage() |