public static class TelescopeError.Parse extends CommandLineParser
CommandLineParser.Template, CommandLineParser.Test| Modifier and Type | Field and Description |
|---|---|
private static double |
DEFPIDFREQ
Default frequency of the PID, in 1/sec.
|
private static String |
FOOT
An example of use
|
private static String |
ONESWITCH
Switches with one argument.
|
private static Map |
USE
The detailed use of the switches.
|
private static String |
ZEROSWITCH
For simplex-optimization.
|
HELPSWITCHES| Constructor and Description |
|---|
Parse()
Constructs a new command-line parser and registers its
switches.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] arg)
The main class.
|
boolean |
process(String[] arg)
Processes the command line arguments.
|
addHelpSwitches, getArguments, getCallerName, getCommandLine, getCommands, getRegisteredSwitches, hasAnySwitch, hasHelpSwitch, hasSwitch, hasSwitch, haveAllSwitches, parse, printCommandLine, printCommandLine, registerLine, registerSwitches, setCommands, staticUsage, usageprivate static final String ONESWITCH
private static final String ZEROSWITCH
private static final Map USE
private static final String FOOT
private static final double DEFPIDFREQ
public Parse()
public boolean process(String[] arg) throws ParseException, IOException
ParseExceptionIOExceptionpublic static void main(String[] arg) throws ParseException, IOException
ParseExceptionIOException