| Modifier and Type | Method and Description |
|---|---|
private <T> void |
CmdLineParser.addValue(CmdLineParser.Option<T> opt,
String valueArg,
Locale locale) |
T |
CmdLineParser.Option.getValue(String arg,
Locale locale) |
protected T |
CmdLineParser.Option.parseValue(String arg,
Locale locale)
Override to extract and convert an option value passed on the command-line
|
protected Integer |
CmdLineParser.Option.IntegerOption.parseValue(String arg,
Locale locale) |
protected Long |
CmdLineParser.Option.LongOption.parseValue(String arg,
Locale locale) |
protected Double |
CmdLineParser.Option.DoubleOption.parseValue(String arg,
Locale locale) |
Copyright © 2019 David R. Smith. All rights reserved.