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

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

public static class BaseAntUnitListener.AntUnitLogLevel
extends org.apache.tools.ant.types.EnumeratedAttribute


Field Summary
static BaseAntUnitListener.AntUnitLogLevel NONE
           
 
Fields inherited from class org.apache.tools.ant.types.EnumeratedAttribute
value
 
Constructor Summary
BaseAntUnitListener.AntUnitLogLevel()
           
 
Method Summary
 int getLevel()
           
 java.lang.String[] getValues()
           
 
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

NONE

public static final BaseAntUnitListener.AntUnitLogLevel NONE
Constructor Detail

BaseAntUnitListener.AntUnitLogLevel

public BaseAntUnitListener.AntUnitLogLevel()
Method Detail

getValues

public java.lang.String[] getValues()
Specified by:
getValues in class org.apache.tools.ant.types.EnumeratedAttribute

getLevel

public int getLevel()


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.