Package org.apache.tools.ant.filters
Class TokenFilter.DeleteCharacters
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.filters.TokenFilter.DeleteCharacters
- All Implemented Interfaces:
Cloneable
,ChainableReader
,TokenFilter.Filter
- Enclosing class:
TokenFilter
public static class TokenFilter.DeleteCharacters
extends ProjectComponent
implements TokenFilter.Filter, ChainableReader
Filter to delete characters
-
Field Summary
Fields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.tools.ant.ProjectComponent
clone, getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject
-
Constructor Details
-
DeleteCharacters
public DeleteCharacters()
-
-
Method Details
-
setChars
Set the list of characters to delete- Parameters:
deleteChars
- the list of characters
-
filter
remove characters from a string- Specified by:
filter
in interfaceTokenFilter.Filter
- Parameters:
string
- the string to remove the characters from- Returns:
- the converted string
-
chain
factory method to provide a reader that removes the characters from a reader as part of a filter chain- Specified by:
chain
in interfaceChainableReader
- Parameters:
reader
- the reader object- Returns:
- the chained reader object
-