public static class HistoryDatabase.Logfile extends CommandLineParser
CommandLineParser.Template, CommandLineParser.Test| Modifier and Type | Field and Description |
|---|---|
private static String |
FOOT
A footer message.
|
private static String |
SWITCHES
The switches for adding properties.
|
private static Map |
USE
Detailed use of switches.
|
HELPSWITCHES| Constructor and Description |
|---|
Logfile()
Constructs the parser to the sensor tester.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] arg)
Entry point.
|
boolean |
process(String[] arg)
Reads the command line and parses the supplied master log.
|
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 Logfile()
public boolean process(String[] arg) throws ParseException, IOException, InitException
InitExceptionParseExceptionIOExceptionpublic static void main(String[] arg) throws ParseException, IOException, InitException
InitExceptionParseExceptionIOException