jargs.gnu
Class CmdLineParser.Option.BooleanOption

java.lang.Object
  extended by jargs.gnu.CmdLineParser.Option
      extended by jargs.gnu.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
CmdLineParser.Option.BooleanOption(char shortForm, String longForm)
           
CmdLineParser.Option.BooleanOption(String longForm)
           
 
Method Summary
 
Methods inherited from class jargs.gnu.CmdLineParser.Option
getValue, longForm, parseValue, shortForm, wantsValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmdLineParser.Option.BooleanOption

public CmdLineParser.Option.BooleanOption(char shortForm,
                                          String longForm)

CmdLineParser.Option.BooleanOption

public CmdLineParser.Option.BooleanOption(String longForm)


Copyright © 2010. All Rights Reserved.