| 
 | |||||||||
| 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.tools.ant.types.LogLevel
public class LogLevel
The enumerated values for Ant's log level.
| Field Summary | |
|---|---|
| static LogLevel | DEBUGDEBUG loglevel constant. | 
| static LogLevel | ERRERR loglevel constant. | 
| static LogLevel | INFOINFO loglevel constant. | 
| static LogLevel | VERBOSEVERBOSE loglevel constant. | 
| static LogLevel | WARNWARN 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 EnumeratedAttributeEnumeratedAttribute.getValues()public int getLevel()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||