org.apache.tools.ant.filters
public static class TokenFilter.DeleteCharacters extends ProjectComponent implements TokenFilter.Filter, ChainableReader
Method Summary | |
---|---|
Reader | chain(Reader reader)
factory method to provide a reader that removes
the characters from a reader as part of a filter
chain |
String | filter(String string)
remove characters from a string |
void | setChars(String deleteChars)
Set the list of characters to delete |
Parameters: reader the reader object
Returns: the chained reader object
Parameters: string the string to remove the characters from
Returns: the converted string
Parameters: deleteChars the list of characters