|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ManipulationVisitor
Visit manipulation results.
Method Summary | |
---|---|
void |
visitEnd()
Called when all metadata have been processed. |
ManipulationResultVisitor |
visitManipulationResult(org.apache.felix.ipojo.metadata.Element metadata)
Accept a manipulation result for the given component metadata. |
void |
visitMetadata(org.apache.felix.ipojo.metadata.Element metadata)
Visit metadata not associated with a component (ie no bytecode manipulation needed). |
Method Detail |
---|
ManipulationResultVisitor visitManipulationResult(org.apache.felix.ipojo.metadata.Element metadata)
metadata
- component's metadata (from XML or annotations)
void visitMetadata(org.apache.felix.ipojo.metadata.Element metadata)
metadata
- usually instance
/composite
metadatavoid visitEnd()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |