| java.lang.Object org.incava.jagol.OptionSet
All known Subclasses: org.incava.doctorj.Options,
OptionSet | public class OptionSet (Code) | | A group of options.
|
add | public void add(Option opt)(Code) | | Adds an options to this set.
|
addRunControlFile | public void addRunControlFile(String name)(Code) | | Adds a run control file to be processed.
|
getAppName | public String getAppName()(Code) | | Returns the application name.
|
getDescription | public String getDescription()(Code) | | Returns the description.
|
process | public String[] process(String[] args)(Code) | | Processes the run control files and command line arguments. Returns the
arguments that were not consumed by option processing.
|
processCommandLine | protected String[] processCommandLine(String[] args)(Code) | | Processes the command line arguments. Returns the arguments that were not
consumed by option processing.
|
processRunControlFiles | protected void processRunControlFiles()(Code) | | Processes the run control files, if any.
|
showConfig | protected void showConfig()(Code) | | |
showUsage | protected void showUsage()(Code) | | |
|
|