Package ch.qos.cal10n.ant
Class EnumTypesElement
- java.lang.Object
-
- org.apache.tools.ant.ProjectComponent
-
- org.apache.tools.ant.Task
-
- ch.qos.cal10n.ant.EnumTypesElement
-
- All Implemented Interfaces:
java.lang.Cloneable
public class EnumTypesElement extends org.apache.tools.ant.Task
-
-
Constructor Summary
Constructors Constructor Description EnumTypesElement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addEnumType(StringElement enumType)
java.util.List<StringElement>
getEnumTypes()
-
Methods inherited from class org.apache.tools.ant.Task
bindToOwner, execute, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
-
-
-
-
Method Detail
-
addEnumType
public void addEnumType(StringElement enumType)
-
getEnumTypes
public java.util.List<StringElement> getEnumTypes()
-
-