org.mmtk.utility.options
Class Verbose

java.lang.Object
  extended by org.vmutil.options.Option
      extended by org.vmutil.options.IntOption
          extended by org.mmtk.utility.options.Verbose

public final class Verbose
extends IntOption

GC verbosity level.


Field Summary
 
Fields inherited from class org.vmutil.options.IntOption
defaultValue, value
 
Fields inherited from class org.vmutil.options.Option
ADDRESS_OPTION, BOOLEAN_OPTION, ENUM_OPTION, FLOAT_OPTION, INT_OPTION, MICROSECONDS_OPTION, PAGES_OPTION, RAW, READABLE, set, STRING_OPTION, XML
 
Constructor Summary
Verbose()
          Create the option.
 
Method Summary
protected  void validate()
          Only accept non-negative values.
 
Methods inherited from class org.vmutil.options.IntOption
getDefaultValue, getValue, setDefaultValue, setValue
 
Methods inherited from class org.vmutil.options.Option
fail, failIf, getDescription, getKey, getName, getNext, getType, warn, warnIf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Verbose

public Verbose()
Create the option.

Method Detail

validate

protected void validate()
Only accept non-negative values.

Overrides:
validate in class Option