Package jargs.gnu
Class CmdLineParser.Option.LongOption
- java.lang.Object
-
- jargs.gnu.CmdLineParser.Option
-
- jargs.gnu.CmdLineParser.Option.LongOption
-
- Enclosing class:
- CmdLineParser.Option
public static class CmdLineParser.Option.LongOption extends CmdLineParser.Option
An option that expects a long integer value
-
-
Nested 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
Constructors Constructor Description LongOption(char shortForm, String longForm)
LongOption(String longForm)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Object
parseValue(String arg, Locale locale)
Override to extract and convert an option value passed on the command-line-
Methods inherited from class jargs.gnu.CmdLineParser.Option
getValue, longForm, shortForm, wantsValue
-
-
-
-
Method Detail
-
parseValue
protected Object parseValue(String arg, Locale locale) throws CmdLineParser.IllegalOptionValueException
Description copied from class:CmdLineParser.Option
Override to extract and convert an option value passed on the command-line- Overrides:
parseValue
in classCmdLineParser.Option
- Throws:
CmdLineParser.IllegalOptionValueException
-
-