org.apache.tools.ant.taskdefs
public class Filter extends Task
Since: Ant 1.1
UNKNOWN: category="filesystem"
| Method Summary | |
|---|---|
| void | execute()
Execute the task. |
| protected void | readFilters()
Read the filters. |
| void | setFiltersfile(File filtersFile)
The file from which the filters must be read.
|
| void | setToken(String token)
The token string without @ delimiters. |
| void | setValue(String value)
The string that should replace the token during filtered copies. |
Throws: BuildException on error
Throws: BuildException on error
Parameters: filtersFile filter file
Parameters: token token to set
Parameters: value token replace value