Package jargs.gnu
Class CmdLineParser.Option.StringOption
- java.lang.Object
-
- jargs.gnu.CmdLineParser.Option
-
- jargs.gnu.CmdLineParser.Option.StringOption
-
- Enclosing class:
- CmdLineParser.Option
public static class CmdLineParser.Option.StringOption extends CmdLineParser.Option
An option that expects a string 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 StringOption(char shortForm, String longForm)
StringOption(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)
Description copied from class:CmdLineParser.Option
Override to extract and convert an option value passed on the command-line- Overrides:
parseValue
in classCmdLineParser.Option
-
-