|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ManipulationResultVisitor
Visit manipulation results.
Method Summary | |
---|---|
void |
visitClassStructure(org.apache.felix.ipojo.metadata.Element structure)
Called once per visitor with the class' structure discovered during manipulation. |
void |
visitEnd()
Called when all resources from this manipulation result have been processed. |
void |
visitManipulatedResource(java.lang.String type,
byte[] resource)
Accept a manipulated resource (main component class or inner classes). |
Method Detail |
---|
void visitClassStructure(org.apache.felix.ipojo.metadata.Element structure)
structure
- Component's structure (discovered during manipulation, not the data from metadata.xml)void visitManipulatedResource(java.lang.String type, byte[] resource)
type
- type nameresource
- manipulated bytecodevoid visitEnd()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |