|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QDoxAttributeInterceptor | |
org.codehaus.metaclass.tools.compiler | The compiler package contains code required to generate MetaClass descriptors from Java source files. |
org.codehaus.metaclass.tools.qdox | The qdox package contains the tools for processing source files using the qdox toolkit and generateing ClassDescriptor objects. |
Uses of QDoxAttributeInterceptor in org.codehaus.metaclass.tools.compiler |
Methods in org.codehaus.metaclass.tools.compiler with parameters of type QDoxAttributeInterceptor | |
void |
ClassDescriptorCompiler.addInterceptor(QDoxAttributeInterceptor interceptor)
Add an interceptor to process metadata. |
Uses of QDoxAttributeInterceptor in org.codehaus.metaclass.tools.qdox |
Classes in org.codehaus.metaclass.tools.qdox that implement QDoxAttributeInterceptor | |
class |
DefaultQDoxAttributeInterceptor
A base implementation of QDoxAttributeInterceptor that just returns original values parsed from source files. |
class |
NonNamespaceAttributeRemovingInterceptor
Interceptor that only returns attributes if they have a namespace. |
Methods in org.codehaus.metaclass.tools.qdox with parameters of type QDoxAttributeInterceptor | |
ClassDescriptor |
QDoxDescriptorParser.buildClassDescriptor(com.thoughtworks.qdox.model.JavaClass javaClass,
QDoxAttributeInterceptor[] interceptors)
Build a ClassDescriptor for a JavaClass. |
ClassDescriptor |
QDoxDescriptorParser.buildClassDescriptor(com.thoughtworks.qdox.model.JavaClass javaClass,
QDoxAttributeInterceptor interceptor)
Build a ClassDescriptor for a JavaClass. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |