Package | Description |
---|---|
jargs.examples.gnu | |
jargs.gnu | |
jargs.test.gnu |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
CustomOptionTest.ShortDateOption.parseValue(java.lang.String arg,
java.util.Locale locale) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
CmdLineParser.Option.getValue(java.lang.String arg,
java.util.Locale locale) |
void |
CmdLineParser.parse(java.lang.String[] argv)
Extract the options and non-option arguments from the given
list of command-line arguments.
|
void |
CmdLineParser.parse(java.lang.String[] argv,
java.util.Locale locale)
Extract the options and non-option arguments from the given
list of command-line arguments.
|
protected java.lang.Object |
CmdLineParser.Option.parseValue(java.lang.String arg,
java.util.Locale locale)
Override to extract and convert an option value passed on the
command-line
|
protected java.lang.Object |
CmdLineParser.Option.IntegerOption.parseValue(java.lang.String arg,
java.util.Locale locale) |
protected java.lang.Object |
CmdLineParser.Option.LongOption.parseValue(java.lang.String arg,
java.util.Locale locale) |
protected java.lang.Object |
CmdLineParser.Option.DoubleOption.parseValue(java.lang.String arg,
java.util.Locale locale) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
CustomOptionTestCase.ShortDateOption.parseValue(java.lang.String arg,
java.util.Locale locale) |
Copyright © 2001-2003 Steve Purcell. Copyright © 2002 Vidar Holen. Copyright © 2002 Michal Ceresna. Copyright © 2005 Ewan Mellor. Released under the terms of the BSD licence.