public static class AbstractSkyMaker.Make extends CommandLineParser
CommandLineParser.Template, CommandLineParser.Test| Modifier and Type | Field and Description |
|---|---|
private static String |
FOOT
Footer message.
|
private static String |
FOURSWITCH
The switches for adding properties.
|
private static String |
ONESWITCH
The switches for adding properties.
|
private static String |
THREESWITCH
The switches for adding properties.
|
private static String |
TWOSWITCH
The switches for adding properties.
|
private static Map<String,String> |
USE
Detailed use of switches.
|
private static String |
ZEROSWITCH |
HELPSWITCHES| Constructor and Description |
|---|
Make() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] arg) |
private boolean |
process(String[] arg)
Reads the command line, parses it and processes.
|
addHelpSwitches, getArguments, getCallerName, getCommandLine, getCommands, getRegisteredSwitches, hasAnySwitch, hasHelpSwitch, hasSwitch, hasSwitch, haveAllSwitches, parse, printCommandLine, printCommandLine, registerLine, registerSwitches, setCommands, staticUsage, usageprivate static final String ZEROSWITCH
private static final String ONESWITCH
private static final String TWOSWITCH
private static final String THREESWITCH
private static final String FOURSWITCH
private static final String FOOT
private boolean process(String[] arg) throws ParseException, IOException, BasicFitsException
IOExceptionBasicFitsExceptionFitsExceptionParseExceptionpublic static void main(String[] arg) throws ParseException, IOException, BasicFitsException