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 voidexecute()voidsetCaseSensitive(boolean caseSensitive)voidsetDelimiter(char delim)voidsetDistinct(boolean distinct)voidsetMatch(java.lang.String match)voidsetSelect(java.lang.String select)protected voidvalidate()-
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:
validatein classAbstractPropertySetterTask
-
execute
public void execute() throws org.apache.tools.ant.BuildException- Overrides:
executein classorg.apache.tools.ant.Task- Throws:
org.apache.tools.ant.BuildException
-
-