com.openexchange.admin.console
Class CmdLineParser.Option.IntegerOption

java.lang.Object
  extended by com.openexchange.admin.console.CmdLineParser.Option
      extended by com.openexchange.admin.console.CmdLineParser.Option.IntegerOption
Enclosing class:
CmdLineParser.Option

public static class CmdLineParser.Option.IntegerOption
extends CmdLineParser.Option

An option that expects an integer value


Nested Class Summary
 
Nested classes/interfaces inherited from class com.openexchange.admin.console.CmdLineParser.Option
CmdLineParser.Option.BooleanOption, CmdLineParser.Option.DoubleOption, CmdLineParser.Option.IntegerOption, CmdLineParser.Option.LongOption, CmdLineParser.Option.SettableBooleanOption, CmdLineParser.Option.StringOption
 
Constructor Summary
CmdLineParser.Option.IntegerOption(char shortForm, java.lang.String longForm)
           
CmdLineParser.Option.IntegerOption(java.lang.String longForm)
           
 
Method Summary
 
Methods inherited from class com.openexchange.admin.console.CmdLineParser.Option
getValue, longForm, shortForm, wantsValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmdLineParser.Option.IntegerOption

public CmdLineParser.Option.IntegerOption(char shortForm,
                                          java.lang.String longForm)

CmdLineParser.Option.IntegerOption

public CmdLineParser.Option.IntegerOption(java.lang.String longForm)