Class TokenFilter.ContainsRegex
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.filters.TokenFilter.ChainableReaderFilter
org.apache.tools.ant.filters.TokenFilter.ContainsRegex
- All Implemented Interfaces:
Cloneable, ChainableReader, TokenFilter.Filter
- Enclosing class:
TokenFilter
filter to filter tokens matching regular expressions.
- Since:
- Ant 1.6
-
Field Summary
Fields inherited from class ProjectComponent
description, location, project -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply regex and substitution on a stringvoidvoidsetPattern(String from) voidsetReplace(String to) Methods inherited from class TokenFilter.ChainableReaderFilter
chain, setByLineMethods inherited from class ProjectComponent
clone, getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProjectModifier and TypeMethodDescriptionclone()Returns the description of the current action.Returns the file/location where this task was defined.Returns the project to which this component belongs.voidLogs a message with the default (INFO) priority.voidLogs a message with the given priority.voidsetDescription(String desc) Sets a description of the current action.voidsetLocation(Location location) Sets the file/location where this task was defined.voidsetProject(Project project) Sets the project object of this component.
-
Constructor Details
-
ContainsRegex
public ContainsRegex()
-
-
Method Details
-
setPattern
- Parameters:
from- the regex pattern
-
setReplace
- Parameters:
to- the replacement string
-
setFlags
- Parameters:
flags- the regex flags
-
filter
-