Package org.apache.tools.ant.filters
Class TokenFilter.ReplaceRegex
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.filters.TokenFilter.ChainableReaderFilter
org.apache.tools.ant.filters.TokenFilter.ReplaceRegex
- All Implemented Interfaces:
- Cloneable,- ChainableReader,- TokenFilter.Filter
- Enclosing class:
- TokenFilter
filter to replace regex.
- 
Field SummaryFields inherited from class org.apache.tools.ant.ProjectComponentdescription, location, project
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfilter and/of modify a stringvoidvoidsetPattern(String from) the from attributevoidsetReplace(String to) the to attributeMethods 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- 
ReplaceRegexpublic ReplaceRegex()
 
- 
- 
Method Details- 
setPatternthe from attribute- Parameters:
- from- the regex string
 
- 
setReplacethe to attribute- Parameters:
- to- the replacement string
 
- 
setFlags- Parameters:
- flags- the regex flags
 
- 
filterDescription copied from interface:TokenFilter.Filterfilter and/of modify a string- Parameters:
- line- the string to modify
- Returns:
- the modified string
 
 
-