Class VerbosityLevel
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
ConstructorDescriptionCreates an uninitialized verbosity level object.VerbosityLevel
(String level) Creates an initialized verbosity level object. -
Method Summary
Methods inherited from class org.apache.tools.ant.types.EnumeratedAttribute
containsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toString
-
Constructor Details
-
VerbosityLevel
public VerbosityLevel()Creates an uninitialized verbosity level object. -
VerbosityLevel
Creates an initialized verbosity level object.- Parameters:
level
- The level
-
-
Method Details
-
getValues
- Specified by:
getValues
in classorg.apache.tools.ant.types.EnumeratedAttribute
-
isDebug
public boolean isDebug()Determines whether this is DEBUG verbosity.- Returns:
true
if this is the DEBUG level
-