|
|||||||||||
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.InterceptorSet
An Ant type representing a set of Interceptor 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 | |
InterceptorSet()
Create set. |
Method Summary | |
void |
addInterceptor(PluginElement element)
Add an interceptor definition that will create interceptor to process metadata. |
void |
addInterceptorSet(InterceptorSet set)
Add a set of Interceptors. |
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 InterceptorSet()
Method Detail |
public void addInterceptor(PluginElement element)
element
- the interceptor definitionpublic void addInterceptorSet(InterceptorSet set)
set
- the interceptor set
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |