org.apache.cocoon.ant
Class CocoonTask.LogLevelOption

java.lang.Object
  extended byorg.apache.tools.ant.types.EnumeratedAttribute
      extended byorg.apache.cocoon.ant.CocoonTask.LogLevelOption
Enclosing class:
CocoonTask

public static class CocoonTask.LogLevelOption
extends org.apache.tools.ant.types.EnumeratedAttribute

Enumerated attribute with the values "DEBUG", "INFO", "WARN", "ERROR", and "FATAL_ERROR"

Author:
huber@apache.org

Field Summary
 
Fields inherited from class org.apache.tools.ant.types.EnumeratedAttribute
value
 
Constructor Summary
CocoonTask.LogLevelOption()
           
 
Method Summary
 String[] getValues()
          Gets the values attribute of the LogLevelOption object
 
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

CocoonTask.LogLevelOption

public CocoonTask.LogLevelOption()
Method Detail

getValues

public String[] getValues()
Gets the values attribute of the LogLevelOption object

Returns:
The values value


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.