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