jargs.gnu

Class CmdLineParser.Option.BooleanOption

Enclosing Class:
CmdLineParser.Option

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

BooleanOption(String longForm)
BooleanOption(char shortForm, String longForm)

Method Summary

Methods inherited from class jargs.gnu.CmdLineParser.Option

getValue, longForm, parseValue, shortForm, wantsValue

Constructor Details

BooleanOption

public BooleanOption(String longForm)

BooleanOption

public BooleanOption(char shortForm,
                     String longForm)

Copyright © 2001-2003 Steve Purcell. Copyright © 2002 Vidar Holen. Copyright © 2002 Michal Ceresna. Copyright © 2005 Ewan Mellor. Released under the terms of the BSD licence.