java.lang.Object
org.apache.tools.ant.types.EnumeratedAttribute
edu.internet2.middleware.grouper.ext.org.apache.ddlutils.task.VerbosityLevel

public class VerbosityLevel extends org.apache.tools.ant.types.EnumeratedAttribute
Helper class that defines the possible values for the verbosity attribute.
  • Field Summary

    Fields inherited from class org.apache.tools.ant.types.EnumeratedAttribute

    value
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates an uninitialized verbosity level object.
    Creates an initialized verbosity level object.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Determines whether this is DEBUG verbosity.

    Methods inherited from class org.apache.tools.ant.types.EnumeratedAttribute

    containsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • VerbosityLevel

      public VerbosityLevel()
      Creates an uninitialized verbosity level object.
    • VerbosityLevel

      public VerbosityLevel(String level)
      Creates an initialized verbosity level object.
      Parameters:
      level - The level
  • Method Details

    • getValues

      public String[] getValues()
      Specified by:
      getValues in class org.apache.tools.ant.types.EnumeratedAttribute
    • isDebug

      public boolean isDebug()
      Determines whether this is DEBUG verbosity.
      Returns:
      true if this is the DEBUG level