Package org.codehaus.metaclass.tools.qdox

The qdox package contains the tools for processing source files using the qdox toolkit and generateing ClassDescriptor objects.

See:
          Description

Interface Summary
QDoxAttributeInterceptor The interface via which attributes are passed before becoming part of the model.
 

Class Summary
DefaultQDoxAttributeInterceptor A base implementation of QDoxAttributeInterceptor that just returns original values parsed from source files.
NonNamespaceAttributeRemovingInterceptor Interceptor that only returns attributes if they have a namespace.
QDoxDescriptorParser This class is responsible for parsing a JavaClass object and building a ClassDescriptor to correspond to the JavaClass object.
 

Package org.codehaus.metaclass.tools.qdox Description

The qdox package contains the tools for processing source files using the qdox toolkit and generateing ClassDescriptor objects.



Copyright © 2003-2004 Codehaus. All Rights Reserved.