|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tools.ant.types.EnumeratedAttribute org.apache.tools.ant.types.LogLevel
public class LogLevel
The enumerated values for Ant's log level.
Field Summary | |
---|---|
static LogLevel |
DEBUG
DEBUG loglevel constant. |
static LogLevel |
ERR
ERR loglevel constant. |
static LogLevel |
INFO
INFO loglevel constant. |
static LogLevel |
VERBOSE
VERBOSE loglevel constant. |
static LogLevel |
WARN
WARN loglevel constant. |
Fields inherited from class org.apache.tools.ant.types.EnumeratedAttribute |
---|
value |
Constructor Summary | |
---|---|
LogLevel()
Public constructor. |
Method Summary | |
---|---|
int |
getLevel()
get the level of the echo of the current value |
java.lang.String[] |
getValues()
This is the only method a subclass needs to implement. |
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 |
Field Detail |
---|
public static final LogLevel ERR
public static final LogLevel WARN
public static final LogLevel INFO
public static final LogLevel VERBOSE
public static final LogLevel DEBUG
Constructor Detail |
---|
public LogLevel()
Method Detail |
---|
public java.lang.String[] getValues()
EnumeratedAttribute
getValues
in class EnumeratedAttribute
EnumeratedAttribute.getValues()
public int getLevel()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |