|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.felix.ipojo.manipulator.visitor.ManipulationResultAdapter
public class ManipulationResultAdapter
Empty ManipulationResultVisitor visitor. It is useful to extends this class to keep a working visitor chain.
Constructor Summary | |
---|---|
ManipulationResultAdapter(ManipulationResultVisitor delegate)
|
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). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ManipulationResultAdapter(ManipulationResultVisitor delegate)
Method Detail |
---|
public void visitClassStructure(org.apache.felix.ipojo.metadata.Element structure)
ManipulationResultVisitor
visitClassStructure
in interface ManipulationResultVisitor
structure
- Component's structure (discovered during manipulation, not the data from metadata.xml)public void visitManipulatedResource(java.lang.String type, byte[] resource)
ManipulationResultVisitor
visitManipulatedResource
in interface ManipulationResultVisitor
type
- type nameresource
- manipulated bytecodepublic void visitEnd()
ManipulationResultVisitor
visitEnd
in interface ManipulationResultVisitor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |