Parser for command line arguments
| Constructor and description |
|---|
CommandLineParser
(java.lang.String scriptName, int columnSize)Default Constructor |
| Type | Name and description |
|---|---|
CommandLineParameters |
parse(java.lang.String[] args)Initialize settings from command line parameters |
void |
usage()Display in the output the usage message to explain how to use the program and its parameters |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Default Constructor
scriptName - The name of the script (used to display usage message)columnSize - The number of characters to in an output line (used to display usage message)Initialize settings from command line parameters
args - Command line parameters to analyzeDisplay in the output the usage message to explain how to use the program and its parameters