public static class CmdLineParser.Option.BooleanOption extends CmdLineParser.Option
CmdLineParser.Option.BooleanOption, CmdLineParser.Option.DoubleOption, CmdLineParser.Option.IntegerOption, CmdLineParser.Option.LongOption, CmdLineParser.Option.StringOption
Constructor and Description |
---|
BooleanOption(char shortForm,
String longForm)
Instantiates a new boolean option.
|
BooleanOption(String longForm)
Instantiates a new boolean option.
|
public BooleanOption(char shortForm, String longForm)
shortForm
- the short formlongForm
- the long formpublic BooleanOption(String longForm)
longForm
- the long formCopyright © 2009–2020 Jeremy Landis. All rights reserved.