org.apache.cocoon.ant
Class CocoonTask.LogLevelOption
java.lang.Object
org.apache.tools.ant.types.EnumeratedAttribute
org.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
Fields inherited from class org.apache.tools.ant.types.EnumeratedAttribute |
value |
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 |
CocoonTask.LogLevelOption
public CocoonTask.LogLevelOption()
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.