| For updates and more see jargs.sourceforge.net | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectjargs.gnu.CmdLineParser.Optionjargs.gnu.CmdLineParser.Option.LongOptionpublic static class CmdLineParser.Option.LongOptionextends CmdLineParser.OptionNested Class Summary |
Nested classes/interfaces inherited from class jargs.gnu.CmdLineParser.Option | |
CmdLineParser.Option.BooleanOption, CmdLineParser.Option.DoubleOption, CmdLineParser.Option.IntegerOption, CmdLineParser.Option.LongOption, CmdLineParser.Option.StringOption | |
Constructor Summary | |
| |
| |
Method Summary | |
protected Object |
|
Methods inherited from class jargs.gnu.CmdLineParser.Option | |
getValue, longForm, parseValue, shortForm, wantsValue | |
public LongOption(String longForm)
public LongOption(char shortForm,
String longForm)protected Object parseValue(String arg,
Locale locale)
throws CmdLineParser.IllegalOptionValueExceptionOverride to extract and convert an option value passed on the command-line
- Overrides:
- parseValue in interface CmdLineParser.Option
| For updates and more see jargs.sourceforge.net |