org.apache.anteater.test.log
Class LoggerFactory.TypeAttribute

java.lang.Object
  |
  +--org.apache.tools.ant.types.EnumeratedAttribute
        |
        +--org.apache.anteater.test.log.LoggerFactory.TypeAttribute
Enclosing class:
LoggerFactory

public static class LoggerFactory.TypeAttribute
extends org.apache.tools.ant.types.EnumeratedAttribute

Enumerated attribute with the values "plain" and "xml".

Use to enumerate options for type attribute.


Field Summary
 
Fields inherited from class org.apache.tools.ant.types.EnumeratedAttribute
value
 
Constructor Summary
LoggerFactory.TypeAttribute()
           
LoggerFactory.TypeAttribute(String val)
           
 
Method Summary
 String[] getValues()
           
 
Methods inherited from class org.apache.tools.ant.types.EnumeratedAttribute
containsValue, getIndex, getValue, indexOfValue, setValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LoggerFactory.TypeAttribute

public LoggerFactory.TypeAttribute()

LoggerFactory.TypeAttribute

public LoggerFactory.TypeAttribute(String val)
Method Detail

getValues

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


Ant Functional Tester -- see Project home page for details