org.apache.tools.ant.types
public class FilterSetCollection extends Object
Constructor Summary | |
---|---|
FilterSetCollection() | |
FilterSetCollection(FilterSet filterSet) |
Method Summary | |
---|---|
void | addFilterSet(FilterSet filterSet) |
boolean | hasFilters()
Test to see if this filter set it empty.
|
String | replaceTokens(String line)
Does replacement on the given string with token matching.
|
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.