|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectFilterSet
gnu.kawa.ant.LineCommenterSet
public class LineCommenterSet
| Nested Class Summary | |
|---|---|
static class |
LineCommenterSet.LineCommenter
Individual filter component of filterset |
| Constructor Summary | |
|---|---|
LineCommenterSet()
|
|
| Method Summary | |
|---|---|
void |
addLineCommenter(LineCommenterSet.LineCommenter commenter)
Create a new filter |
java.util.Hashtable |
getCommenterHash()
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 LineCommenterSet()
| Method Detail |
|---|
public java.util.Hashtable getCommenterHash()
public java.lang.String replaceTokens(java.lang.String line)
line - The line to process the tokens in.
public void addLineCommenter(LineCommenterSet.LineCommenter commenter)
commenter - the filter to be added
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||