public static class NasmythPointingModel.FileData extends CommandLineParser
CommandLineParser.Template, CommandLineParser.Test| Modifier and Type | Field and Description |
|---|---|
private static String |
FOOT
A footer message.
|
private static String |
SWITCHES
The command line switches understood with one argument.
|
private static Map<String,String> |
USE
Detailed use of switches.
|
private static String |
ZERO
The command line switches with no arguments.
|
HELPSWITCHES| Constructor and Description |
|---|
FileData()
Constructs a new file data parsing object.
|
| Modifier and Type | Method and Description |
|---|---|
private static SphericalHarmonics.LM[] |
fullHarmonics(int lmax) |
static void |
main(String[] arg)
Reads data from a file.
|
private static SphericalHarmonics.LM[] |
parseLM(String dlist) |
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 String ZERO
private static final String FOOT
private static final SphericalHarmonics.LM[] parseLM(String dlist)
private static final SphericalHarmonics.LM[] fullHarmonics(int lmax)
public static void main(String[] arg) throws ParseException, IOException
ParseExceptionIOException