| Package | Description |
|---|---|
| jargs.gnu |
| Modifier and Type | Method and Description |
|---|---|
Object |
CmdLineParser.Option.getValue(String arg,
Locale locale) |
void |
CmdLineParser.parse(String[] argv)
Extract the options and non-option arguments from the given
list of command-line arguments.
|
void |
CmdLineParser.parse(String[] argv,
Locale locale)
Extract the options and non-option arguments from the given
list of command-line arguments.
|
protected Object |
CmdLineParser.Option.parseValue(String arg,
Locale locale)
Override to extract and convert an option value passed on the
command-line
|
protected Object |
CmdLineParser.Option.IntegerOption.parseValue(String arg,
Locale locale) |
protected Object |
CmdLineParser.Option.LongOption.parseValue(String arg,
Locale locale) |
protected Object |
CmdLineParser.Option.DoubleOption.parseValue(String arg,
Locale locale) |
Copyright © 2009-2012. All Rights Reserved.