org.apache.ant.antunit.listener
Class BaseAntUnitListener.AntUnitLogLevel

java.lang.Object
  extended by EnumeratedAttribute
      extended by org.apache.ant.antunit.listener.BaseAntUnitListener.AntUnitLogLevel
Enclosing class:
BaseAntUnitListener

public static class BaseAntUnitListener.AntUnitLogLevel
extends EnumeratedAttribute


Field Summary
static BaseAntUnitListener.AntUnitLogLevel NONE
           
 
Constructor Summary
BaseAntUnitListener.AntUnitLogLevel()
           
 
Method Summary
 int getLevel()
           
 java.lang.String[] getValues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static final BaseAntUnitListener.AntUnitLogLevel NONE
Constructor Detail

BaseAntUnitListener.AntUnitLogLevel

public BaseAntUnitListener.AntUnitLogLevel()
Method Detail

getValues

public java.lang.String[] getValues()

getLevel

public int getLevel()