Package org.apache.tools.ant.types
Class FilterSetCollection
java.lang.Object
org.apache.tools.ant.types.FilterSetCollection
A FilterSetCollection is a collection of filtersets each of which may have
 a different start/end token settings.
- 
Constructor SummaryConstructorsConstructorDescriptionConstructor for a FilterSetCollection.FilterSetCollection(FilterSet filterSet) Constructor for a FilterSetCollection.
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddFilterSet(FilterSet filterSet) Add a filterset to the collection.booleanTest to see if this filter set it empty.replaceTokens(String line) Does replacement on the given string with token matching.
- 
Constructor Details- 
FilterSetCollectionpublic FilterSetCollection()Constructor for a FilterSetCollection.
- 
FilterSetCollectionConstructor for a FilterSetCollection.- Parameters:
- filterSet- a filterset to start the collection with
 
 
- 
- 
Method Details- 
addFilterSetAdd a filterset to the collection.- Parameters:
- filterSet- a- FilterSetvalue
 
- 
replaceTokens
- 
hasFilterspublic boolean hasFilters()Test to see if this filter set it empty.- Returns:
- Return true if there are filter in this set otherwise false.
 
 
-