|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.felix.ipojo.manipulator.visitor.writer.ManipulatedResultWriter
public class ManipulatedResultWriter
Gather manipulated bytecode.
Constructor Summary | |
---|---|
ManipulatedResultWriter(org.apache.felix.ipojo.metadata.Element component)
|
Method Summary | |
---|---|
java.util.Map<java.lang.String,byte[]> |
getResources()
|
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 ManipulatedResultWriter(org.apache.felix.ipojo.metadata.Element component)
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
public java.util.Map<java.lang.String,byte[]> getResources()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |