Package net.sf.antcontrib.property
Class PropertySelector
- java.lang.Object
-
- org.apache.tools.ant.ProjectComponent
-
- org.apache.tools.ant.Task
-
- net.sf.antcontrib.property.AbstractPropertySetterTask
-
- net.sf.antcontrib.property.PropertySelector
-
- All Implemented Interfaces:
java.lang.Cloneable
public class PropertySelector extends AbstractPropertySetterTask
Place class description here.- Since:
- Author:
- Matthew Inger,
-
-
Constructor Summary
Constructors Constructor Description PropertySelector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
void
setCaseSensitive(boolean caseSensitive)
void
setDelimiter(char delim)
void
setDistinct(boolean distinct)
void
setMatch(java.lang.String match)
void
setSelect(java.lang.String select)
protected void
validate()
-
Methods inherited from class net.sf.antcontrib.property.AbstractPropertySetterTask
setOverride, setProperty, setPropertyValue
-
Methods inherited from class org.apache.tools.ant.Task
bindToOwner, 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
-
setMatch
public void setMatch(java.lang.String match)
-
setSelect
public void setSelect(java.lang.String select)
-
setCaseSensitive
public void setCaseSensitive(boolean caseSensitive)
-
setDelimiter
public void setDelimiter(char delim)
-
setDistinct
public void setDistinct(boolean distinct)
-
validate
protected void validate()
- Overrides:
validate
in classAbstractPropertySetterTask
-
execute
public void execute() throws org.apache.tools.ant.BuildException
- Overrides:
execute
in classorg.apache.tools.ant.Task
- Throws:
org.apache.tools.ant.BuildException
-
-