Methods in com.uc4.ara.collabnet.JArgs that throw CmdLineParser.IllegalOptionValueException |
T |
CmdLineParser.Option.getValue(java.lang.String arg,
java.util.Locale locale)
|
protected T |
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.Integer |
CmdLineParser.Option.IntegerOption.parseValue(java.lang.String arg,
java.util.Locale locale)
|
protected java.lang.Long |
CmdLineParser.Option.LongOption.parseValue(java.lang.String arg,
java.util.Locale locale)
|
protected java.lang.Double |
CmdLineParser.Option.DoubleOption.parseValue(java.lang.String arg,
java.util.Locale locale)
|