|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.metaclass.tools.qdox.DefaultQDoxAttributeInterceptor
A base implementation of QDoxAttributeInterceptor that just returns original values parsed from source files.
Constructor Summary | |
DefaultQDoxAttributeInterceptor()
|
Method Summary | |
Attribute |
processClassAttribute(com.thoughtworks.qdox.model.JavaClass clazz,
Attribute attribute)
Return unaltered attributes for artefact. |
Attribute[] |
processClassAttributes(com.thoughtworks.qdox.model.JavaClass clazz,
Attribute[] attributes)
Return unaltered attributes for artefact. |
Attribute |
processFieldAttribute(com.thoughtworks.qdox.model.JavaField field,
Attribute attribute)
Return unaltered attribute for artefact. |
Attribute[] |
processFieldAttributes(com.thoughtworks.qdox.model.JavaField field,
Attribute[] attributes)
Return unaltered attributes for artefact. |
Attribute |
processMethodAttribute(com.thoughtworks.qdox.model.JavaMethod method,
Attribute attribute)
Return unaltered attribute for artefact. |
Attribute[] |
processMethodAttributes(com.thoughtworks.qdox.model.JavaMethod method,
Attribute[] attributes)
Return unaltered attributes for artefact. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultQDoxAttributeInterceptor()
Method Detail |
public Attribute processClassAttribute(com.thoughtworks.qdox.model.JavaClass clazz, Attribute attribute)
processClassAttribute
in interface QDoxAttributeInterceptor
clazz
- the JavaClassattribute
- the attribute
public Attribute processFieldAttribute(com.thoughtworks.qdox.model.JavaField field, Attribute attribute)
processFieldAttribute
in interface QDoxAttributeInterceptor
field
- the JavaFieldattribute
- the attribute
public Attribute processMethodAttribute(com.thoughtworks.qdox.model.JavaMethod method, Attribute attribute)
processMethodAttribute
in interface QDoxAttributeInterceptor
method
- the JavaMethodattribute
- the attribute
public Attribute[] processClassAttributes(com.thoughtworks.qdox.model.JavaClass clazz, Attribute[] attributes)
processClassAttributes
in interface QDoxAttributeInterceptor
clazz
- the JavaClassattributes
- the attributes
public Attribute[] processFieldAttributes(com.thoughtworks.qdox.model.JavaField field, Attribute[] attributes)
processFieldAttributes
in interface QDoxAttributeInterceptor
field
- the JavaFieldattributes
- the attributes
public Attribute[] processMethodAttributes(com.thoughtworks.qdox.model.JavaMethod method, Attribute[] attributes)
processMethodAttributes
in interface QDoxAttributeInterceptor
method
- the JavaMethodattributes
- the attributes
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |