|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tools.ant.types.FilterSetCollection
public class FilterSetCollection
A FilterSetCollection is a collection of filtersets each of which may have a different start/end token settings.
Constructor Summary | |
---|---|
FilterSetCollection()
Constructor for a FilterSetCollection. |
|
FilterSetCollection(FilterSet filterSet)
Constructor for a FilterSetCollection. |
Method Summary | |
---|---|
void |
addFilterSet(FilterSet filterSet)
Add a filterset to the collection. |
boolean |
hasFilters()
Test to see if this filter set it empty. |
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 FilterSetCollection()
public FilterSetCollection(FilterSet filterSet)
filterSet
- a filterset to start the collection withMethod Detail |
---|
public void addFilterSet(FilterSet filterSet)
filterSet
- a FilterSet
valuepublic java.lang.String replaceTokens(java.lang.String line)
line
- The line to process the tokens in.
public boolean hasFilters()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |