|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.types.DataType
org.codehaus.metaclass.tools.tasks.PluginSet
org.codehaus.metaclass.tools.tasks.FilterSet
An Ant type representing a set of Filter definitions.
Field Summary |
Fields inherited from class org.apache.tools.ant.types.DataType |
checked, description, ref |
Fields inherited from class org.apache.tools.ant.ProjectComponent |
project |
Constructor Summary | |
FilterSet()
Create a Filter set. |
Method Summary | |
void |
addFilter(PluginElement element)
Add an Filter definition that will create Filter to process metadata. |
void |
addFilterSet(FilterSet set)
Add a set of Filters. |
Methods inherited from class org.codehaus.metaclass.tools.tasks.PluginSet |
setRefid |
Methods inherited from class org.apache.tools.ant.types.DataType |
circularReference, dieOnCircularReference, getCheckedRef, getDescription, isReference, noChildrenAllowed, setDescription, tooManyAttributes |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
getProject, log, log, setProject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FilterSet()
Method Detail |
public void addFilter(PluginElement element)
element
- the Filter definitionpublic void addFilterSet(FilterSet set)
set
- the Filter set
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |