For updates and more see jargs.sourceforge.net | |
Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
jargs.gnu.CmdLineParser.Option
jargs.gnu.CmdLineParser.Option.BooleanOption
public static class CmdLineParser.Option.BooleanOption
extends CmdLineParser.Option
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 | |
| |
|
Method Summary |
Methods inherited from class jargs.gnu.CmdLineParser.Option | |
getValue , longForm , parseValue , shortForm , wantsValue |
public BooleanOption(String longForm)
public BooleanOption(char shortForm, String longForm)
For updates and more see jargs.sourceforge.net |