Package org.apache.tools.ant.filters
Class TokenFilter.ReplaceString
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.filters.TokenFilter.ChainableReaderFilter
org.apache.tools.ant.filters.TokenFilter.ReplaceString
- All Implemented Interfaces:
- Cloneable,- ChainableReader,- TokenFilter.Filter
- Enclosing class:
- TokenFilter
Simple replace string filter.
- 
Field SummaryFields inherited from class org.apache.tools.ant.ProjectComponentdescription, location, project
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.tools.ant.filters.TokenFilter.ChainableReaderFilterchain, setByLineMethods inherited from class org.apache.tools.ant.ProjectComponentclone, getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject
- 
Constructor Details- 
ReplaceStringpublic ReplaceString()
 
- 
- 
Method Details- 
setFromthe from attribute- Parameters:
- from- the string to replace
 
- 
setTothe to attribute- Parameters:
- to- the string to replace 'from' with
 
- 
filterFilter a string 'line' replacing from with to (Copy&Paste from the Replace task)- Parameters:
- line- the string to be filtered
- Returns:
- the filtered line
 
 
-