org.codehaus.metaclass.tools.tasks
Class InterceptorSet

java.lang.Object
  extended byorg.apache.tools.ant.ProjectComponent
      extended byorg.apache.tools.ant.types.DataType
          extended byorg.codehaus.metaclass.tools.tasks.PluginSet
              extended byorg.codehaus.metaclass.tools.tasks.InterceptorSet

public class InterceptorSet
extends PluginSet

An Ant type representing a set of Interceptor definitions.

Version:
$Revision: 1.2 $ $Date: 2003/11/27 08:15:29 $
Author:
Peter Donald

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

InterceptorSet

public InterceptorSet()
Create set.

Method Detail

addInterceptor

public void addInterceptor(PluginElement element)
Add an interceptor definition that will create interceptor to process metadata.

Parameters:
element - the interceptor definition

addInterceptorSet

public void addInterceptorSet(InterceptorSet set)
Add a set of Interceptors.

Parameters:
set - the interceptor set


Copyright © 2003-2004 Codehaus. All Rights Reserved.