|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectutil.CommandLineParser
stella.util.SensorTest.Parser
private static final class SensorTest.Parser
A command line parser class to allow direct parameter hand-over. Run the main command without arguments to see the options.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class util.CommandLineParser |
|---|
CommandLineParser.Test |
| Field Summary | |
|---|---|
(package private) static String |
BIAS
The no-bias switch. |
(package private) static String |
FOOT
A footer message. |
(package private) static SensorTest.Parser |
parse
The parser instance. |
(package private) static String |
SWITCHES
The switches for adding properties. |
(package private) static Map<String,String> |
USE
Detailed use of switches. |
| Constructor Summary | |
|---|---|
protected |
SensorTest.Parser()
Constructs the parser to the sensor tester. |
| Method Summary | |
|---|---|
(package private) Map |
process(String[] arg)
Reads the command line into a properties object. |
| 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 |
| Field Detail |
|---|
static SensorTest.Parser parse
static final String SWITCHES
static final String BIAS
static final Map<String,String> USE
static final String FOOT
| Constructor Detail |
|---|
protected SensorTest.Parser()
| Method Detail |
|---|
Map process(String[] arg)
throws ParseException
ParseException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||