|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object FilterSet gnu.kawa.ant.LineStripperSet
public class LineStripperSet
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 |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LineStripperSet()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |