public static final class TelescopeAxis.Randomize extends CommandLineParser
CommandLineParser.Template, CommandLineParser.Test| Modifier and Type | Field and Description |
|---|---|
private static String |
FOOT
A footer message.
|
private static String |
SWITCHES
The single-argument switches.
|
private static Map |
USE
Detailed use of switches.
|
HELPSWITCHES| Constructor and Description |
|---|
Randomize()
Constructs the parser to the axis tester.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] arg)
Parses command line switches and prints time vs.
|
void |
process(String[] arg)
Reads the command line and parses all required parameters.
|
addHelpSwitches, getArguments, getCallerName, getCommandLine, getCommands, getRegisteredSwitches, hasAnySwitch, hasHelpSwitch, hasSwitch, hasSwitch, haveAllSwitches, parse, printCommandLine, printCommandLine, registerLine, registerSwitches, setCommands, staticUsage, usageprivate static final String SWITCHES
private static final Map USE
private static final String FOOT
public Randomize()
public void process(String[] arg) throws ParseException
ParseExceptionpublic static void main(String[] arg) throws ParseException
ParseException