org.apache.tools.ant.types
Class FilterSetCollection
java.lang.Object
|
+--org.apache.tools.ant.types.FilterSetCollection
- public class FilterSetCollection
- extends java.lang.Object
A FilterSetCollection is a collection of filtersets each of which may have
a different start/end token settings.
Method Summary |
void |
addFilterSet(FilterSet filterSet)
|
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 |
FilterSetCollection
public FilterSetCollection()
FilterSetCollection
public FilterSetCollection(FilterSet filterSet)
addFilterSet
public void addFilterSet(FilterSet filterSet)
replaceTokens
public java.lang.String replaceTokens(java.lang.String line)
- Does replacement on the given string with token matching.
This uses the defined begintoken and endtoken values which default to @ for both.
- Parameters:
line
- The line to process the tokens in.- Returns:
- The string with the tokens replaced.
hasFilters
public boolean hasFilters()
- Test to see if this filter set it empty.
- Returns:
- Return true if there are filter in this set otherwise false.
Includes only those classes commonly used by task writers. The Ant 1.4.1 distribution includes complete Javadoc for all classes included in Ant, though in most cases these are not intended as APIs.