|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tools.ant.types.EnumeratedAttribute
org.apache.ddlutils.task.VerbosityLevel
public class VerbosityLevel
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 | |
|---|---|
VerbosityLevel()
Creates an uninitialized verbosity level object. |
|
VerbosityLevel(java.lang.String level)
Creates an initialized verbosity level object. |
|
| Method Summary | |
|---|---|
java.lang.String[] |
getValues()
|
boolean |
isDebug()
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 Detail |
|---|
public VerbosityLevel()
public VerbosityLevel(java.lang.String level)
level - The level| Method Detail |
|---|
public java.lang.String[] getValues()
getValues in class org.apache.tools.ant.types.EnumeratedAttributepublic boolean isDebug()
true if this is the DEBUG level
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||