Package jargs.gnu
Class CmdLineParser.Option.BooleanOption
- java.lang.Object
-
- jargs.gnu.CmdLineParser.Option
-
- jargs.gnu.CmdLineParser.Option.BooleanOption
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CmdLineParser.Option
public static class CmdLineParser.Option.BooleanOption extends CmdLineParser.Option
The Class BooleanOption.- See Also:
- Serialized Form
-
-
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 BooleanOption(char shortForm, String longForm)Instantiates a new boolean option.BooleanOption(String longForm)Instantiates a new boolean option.
-
-
-
Constructor Detail
-
BooleanOption
public BooleanOption(char shortForm, String longForm)Instantiates a new boolean option.- Parameters:
shortForm- the short formlongForm- the long form
-
BooleanOption
public BooleanOption(String longForm)
Instantiates a new boolean option.- Parameters:
longForm- the long form
-
-