stella.jview
Class JGuiderOffsets.GuiderFile
java.lang.Object
util.CommandLineParser
stella.jview.JGuiderOffsets.GuiderFile
- Enclosing class:
- JGuiderOffsets
public static class JGuiderOffsets.GuiderFile
- extends CommandLineParser
A class to read the tracking data from the very specific format-file
produced by the stella guider.
|
Method Summary |
static void |
main(String[] arg)
Parses the command line and prints output to standard out. |
private void |
process(String[] arg)
Processes the command line. |
| Methods inherited from class util.CommandLineParser |
getArguments, getCommandLine, getCommands, getRegisteredSwitches, hasAnySwitch, hasSwitch, hasSwitch, haveAllSwitches, parse, printCommandLine, registerLine, registerSwitches, setCommands, staticUsage, usage |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SWITCHES
private static final String SWITCHES
- Switches with one argument.
- See Also:
- Constant Field Values
USE
private static final Map<String,String> USE
- Detailed use of switches.
FOOT
private static final String FOOT
- A footer message.
- See Also:
- Constant Field Values
JGuiderOffsets.GuiderFile
public JGuiderOffsets.GuiderFile()
process
private void process(String[] arg)
throws ParseException,
IOException
- Processes the command line.
- Throws:
ParseException
IOException
main
public static void main(String[] arg)
throws ParseException,
IOException
- Parses the command line and prints output to standard out.
- Throws:
ParseException
IOException