Package net.sf.antcontrib.property
Class AbstractPropertySetterTask
- java.lang.Object
-
- org.apache.tools.ant.ProjectComponent
-
- org.apache.tools.ant.Task
-
- net.sf.antcontrib.property.AbstractPropertySetterTask
-
- All Implemented Interfaces:
java.lang.Cloneable
- Direct Known Subclasses:
PropertyCopy
,PropertySelector
,RegexTask
,SortList
,URLEncodeTask
public abstract class AbstractPropertySetterTask extends org.apache.tools.ant.Task
Place class description here.- Since:
- Author:
- Matthew Inger,
-
-
Constructor Summary
Constructors Constructor Description AbstractPropertySetterTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setOverride(boolean override)
void
setProperty(java.lang.String property)
protected void
setPropertyValue(java.lang.String value)
protected void
validate()
-
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
-
-