public interface ManipulationVisitor
Modifier and Type | Method and Description |
---|---|
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).
|
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()
Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.