com.caucho.boot
Class SubsectionBootOption

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

public class SubsectionBootOption
extends InfoBootOption


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

Constructor Detail

SubsectionBootOption

public SubsectionBootOption(java.lang.String header)
Method Detail

getUsage

public java.lang.String getUsage()
Specified by:
getUsage in interface BootOption
Overrides:
getUsage in class AbstractBootOption

getValueName

public java.lang.String getValueName()
Overrides:
getValueName in class AbstractBootOption