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:
Cloneable
Place class description here.
- Since:
- Author:
- Matthew Inger,
-
Field Summary
Fields inherited from class org.apache.tools.ant.Task
target, taskName, taskType, wrapperFields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute()voidsetCaseSensitive(boolean caseSensitive) voidsetDelimiter(char delim) voidsetDistinct(boolean distinct) voidvoidprotected voidvalidate()Methods inherited from class net.sf.antcontrib.property.AbstractPropertySetterTask
setOverride, setProperty, setPropertyValueMethods 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, setTaskTypeMethods inherited from class org.apache.tools.ant.ProjectComponent
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
-
Constructor Details
-
PropertySelector
public PropertySelector()
-
-
Method Details
-
setMatch
-
setSelect
-
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
-