Uses of Class
jargs.gnu.CmdLineParser.IllegalOptionValueException
| Package | Description |
|---|---|
| jargs.gnu |
Largely GNU-compatible command-line options parser.
|
-
Uses of CmdLineParser.IllegalOptionValueException in jargs.gnu
Methods in jargs.gnu that throw CmdLineParser.IllegalOptionValueException Modifier and Type Method Description java.lang.ObjectCmdLineParser.Option. getValue(java.lang.String arg, java.util.Locale locale)voidCmdLineParser. parse(java.lang.String[] argv)Extract the options and non-option arguments from the given list of command-line arguments.voidCmdLineParser. 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.ObjectCmdLineParser.Option.DoubleOption. parseValue(java.lang.String arg, java.util.Locale locale)protected java.lang.ObjectCmdLineParser.Option.IntegerOption. parseValue(java.lang.String arg, java.util.Locale locale)protected java.lang.ObjectCmdLineParser.Option.LongOption. parseValue(java.lang.String arg, java.util.Locale locale)protected java.lang.ObjectCmdLineParser.Option. parseValue(java.lang.String arg, java.util.Locale locale)Override to extract and convert an option value passed on the command-line