org.apache.tools.ant.types
public class FilterSetCollection extends Object
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.
|
String | replaceTokens(String line)
Does replacement on the given string with token matching.
|
Parameters: filterSet a filterset to start the collection with
Parameters: filterSet a FilterSet
value
Returns: Return true if there are filter in this set otherwise false.
Parameters: line The line to process the tokens in.
Returns: The string with the tokens replaced.