jargs.gnu
Class CmdLineParser.Option.StringOption
- CmdLineParser.Option
public static class CmdLineParser.Option.StringOption
An option that expects a string value
protected Object | parseValue(String arg, Locale locale) - Override to extract and convert an option value passed on the
command-line
|
StringOption
public StringOption(String longForm)
StringOption
public StringOption(char shortForm,
String longForm)
parseValue
protected Object parseValue(String arg,
Locale locale)
Override to extract and convert an option value passed on the
command-line
- parseValue in interface CmdLineParser.Option
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.