public class FilterSetCollection
extends java.lang.Object
| Constructor and Description | 
|---|
| FilterSetCollection()Constructor for a FilterSetCollection. | 
| FilterSetCollection(FilterSet filterSet)Constructor for a FilterSetCollection. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
public FilterSetCollection()
public FilterSetCollection(FilterSet filterSet)
filterSet - a filterset to start the collection withpublic 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()