Package jargs.test.gnu
Class CustomOptionTestCase.ShortDateOption
- java.lang.Object
-
- jargs.gnu.CmdLineParser.Option
-
- jargs.test.gnu.CustomOptionTestCase.ShortDateOption
-
- Enclosing class:
- CustomOptionTestCase
public static class CustomOptionTestCase.ShortDateOption extends CmdLineParser.Option
-
-
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 ShortDateOption(char shortForm, 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
-
-
-
-
Constructor Detail
-
ShortDateOption
public ShortDateOption(char shortForm, String longForm)
-
-
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
-
-