public class LineStripperSet
extends FilterSet
| Modifier and Type | Class and Description |
|---|---|
static class |
LineStripperSet.LineStripper
Individual filter component of filterset
|
| Constructor and Description |
|---|
LineStripperSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
addLineStripper(LineStripperSet.LineStripper stripper)
Create a new filter
|
java.util.Hashtable |
getStripperHash()
Gets the filter hash of the FilterSet.
|
java.lang.String |
replaceTokens(java.lang.String line)
Does replacement on the given string with token matching.
|
public java.util.Hashtable getStripperHash()
public java.lang.String replaceTokens(java.lang.String line)
line - The line to process the tokens in.public void addLineStripper(LineStripperSet.LineStripper stripper)
stripper - the filter to be added