gnu.kawa.ant
public class LineStripperSet extends FilterSet
Nested Class Summary | |
---|---|
static class | LineStripperSet.LineStripper
Individual filter component of filterset
|
Constructor Summary | |
---|---|
LineStripperSet() |
Method Summary | |
---|---|
void | addLineStripper(LineStripperSet.LineStripper stripper)
Create a new filter
|
Hashtable | getStripperHash()
Gets the filter hash of the FilterSet.
|
String | replaceTokens(String line)
Does replacement on the given string with token matching.
|
Parameters: stripper the filter to be added
Returns: The hash of the tokens and values for quick lookup.
Parameters: line The line to process the tokens in.
Returns: The string with the tokens replaced.