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
Method Summary |
protected Object |
parseValue(String arg,
Locale locale)
Override to extract and convert an option value passed on the
command-line |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomOptionTestCase.ShortDateOption
public CustomOptionTestCase.ShortDateOption(char shortForm,
String longForm)
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 class CmdLineParser.Option
- Throws:
CmdLineParser.IllegalOptionValueException
Copyright © 2001-2003 Steve Purcell. Copyright © 2002 Vidar Holen. Copyright © 2002 Michal Ceresna. Copyright © 2005 Ewan Mellor. Released under the terms of the BSD licence.