Class CmdLineParser.Option.BooleanOption
java.lang.Object
jargs.gnu.CmdLineParser.Option
jargs.gnu.CmdLineParser.Option.BooleanOption
- All Implemented Interfaces:
Serializable
- Enclosing class:
CmdLineParser.Option
The Class BooleanOption.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class CmdLineParser.Option
CmdLineParser.Option.BooleanOption, CmdLineParser.Option.DoubleOption, CmdLineParser.Option.IntegerOption, CmdLineParser.Option.LongOption, CmdLineParser.Option.StringOption -
Constructor Summary
ConstructorsConstructorDescriptionBooleanOption(char shortForm, String longForm) Instantiates a new boolean option.BooleanOption(String longForm) Instantiates a new boolean option. -
Method Summary
Methods inherited from class CmdLineParser.Option
getValue, longForm, parseValue, shortForm, wantsValue
-
Constructor Details
-
BooleanOption
Instantiates a new boolean option.- Parameters:
shortForm- the short formlongForm- the long form
-
BooleanOption
Instantiates a new boolean option.- Parameters:
longForm- the long form
-