com.caucho.boot
Class FlagBootOption

java.lang.Object
  extended by com.caucho.boot.AbstractBootOption
      extended by com.caucho.boot.FlagBootOption
All Implemented Interfaces:
BootOption

public class FlagBootOption
extends AbstractBootOption


Constructor Summary
FlagBootOption(java.lang.String name, java.lang.String description)
           
FlagBootOption(java.lang.String name, java.lang.String description, boolean deprecated)
           
 
Method Summary
 boolean isFlag()
           
 
Methods inherited from class com.caucho.boot.AbstractBootOption
getDescription, getName, getUsage, getValueName, isDeprecated, isIntValue, isValue, setDeprecated, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FlagBootOption

public FlagBootOption(java.lang.String name,
                      java.lang.String description)

FlagBootOption

public FlagBootOption(java.lang.String name,
                      java.lang.String description,
                      boolean deprecated)
Method Detail

isFlag

public boolean isFlag()
Specified by:
isFlag in interface BootOption
Overrides:
isFlag in class AbstractBootOption