public class ManipulationResultAdapter extends Object implements ManipulationResultVisitor
| Constructor and Description |
|---|
ManipulationResultAdapter(ManipulationResultVisitor delegate) |
| 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(String type,
byte[] resource)
Accept a manipulated resource (main component class or inner classes).
|
public ManipulationResultAdapter(ManipulationResultVisitor delegate)
public void visitClassStructure(org.apache.felix.ipojo.metadata.Element structure)
ManipulationResultVisitorvisitClassStructure in interface ManipulationResultVisitorstructure - Component's structure (discovered during manipulation, not the data from metadata.xml)public void visitManipulatedResource(String type, byte[] resource)
ManipulationResultVisitorvisitManipulatedResource in interface ManipulationResultVisitortype - type nameresource - manipulated bytecodepublic void visitEnd()
ManipulationResultVisitorvisitEnd in interface ManipulationResultVisitorCopyright © 2006–2023 The Apache Software Foundation. All rights reserved.