|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The interface via which attributes are passed before
becoming part of the model. The Interception occurs
during the building of the ClassDescriptor
object from the from the JavaClass
object as the
interceptor may require the context of the original model
during processing.
Method Summary | |
Attribute |
processClassAttribute(com.thoughtworks.qdox.model.JavaClass clazz,
Attribute attribute)
Process a single attribute at the Class level. |
Attribute[] |
processClassAttributes(com.thoughtworks.qdox.model.JavaClass clazz,
Attribute[] attributes)
Process the set of attributes for a specific Class. |
Attribute |
processFieldAttribute(com.thoughtworks.qdox.model.JavaField field,
Attribute attribute)
Process a single attribute at the Field level. |
Attribute[] |
processFieldAttributes(com.thoughtworks.qdox.model.JavaField field,
Attribute[] attributes)
Process the set of attributes for a specific Field. |
Attribute |
processMethodAttribute(com.thoughtworks.qdox.model.JavaMethod method,
Attribute attribute)
Process a single attribute at the Method level. |
Attribute[] |
processMethodAttributes(com.thoughtworks.qdox.model.JavaMethod method,
Attribute[] attributes)
Process the set of attributes for a specific Method. |
Method Detail |
public Attribute processClassAttribute(com.thoughtworks.qdox.model.JavaClass clazz, Attribute attribute)
clazz
- the corresponding JavaClass instanceattribute
- the attribute
public Attribute processFieldAttribute(com.thoughtworks.qdox.model.JavaField field, Attribute attribute)
field
- the corresponding JavaField instanceattribute
- the attribute
public Attribute processMethodAttribute(com.thoughtworks.qdox.model.JavaMethod method, Attribute attribute)
method
- the corresponding JavaMethod instanceattribute
- the attribute
public Attribute[] processClassAttributes(com.thoughtworks.qdox.model.JavaClass clazz, Attribute[] attributes)
clazz
- the corresponding JavaClass instanceattributes
- the attributes
public Attribute[] processFieldAttributes(com.thoughtworks.qdox.model.JavaField field, Attribute[] attributes)
field
- the corresponding JavaField instanceattributes
- the attributes
public Attribute[] processMethodAttributes(com.thoughtworks.qdox.model.JavaMethod method, Attribute[] attributes)
method
- the corresponding JavaMethod instanceattributes
- the attributes
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |