|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.felix.ipojo.manipulator.ManipulationEngine
public class ManipulationEngine
A ManipulationEngine
is responsible to drive the component's
classes manipulation.
Constructor Summary | |
---|---|
ManipulationEngine()
|
Method Summary | |
---|---|
void |
addManipulationUnit(ManipulationUnit component)
Add information related to a discovered component that will be manipulated. |
void |
generate()
Manipulates classes of all the given component's. |
void |
setManipulationVisitor(ManipulationVisitor manipulationVisitor)
|
void |
setReporter(Reporter reporter)
|
void |
setResourceStore(ResourceStore store)
Provides the bytecode store that allows to retrieve bytecode of the component's related resources (inner classes for example). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ManipulationEngine()
Method Detail |
---|
public void addManipulationUnit(ManipulationUnit component)
component
- additional componentpublic void setManipulationVisitor(ManipulationVisitor manipulationVisitor)
public void setReporter(Reporter reporter)
reporter
- Feedback reporter.public void setResourceStore(ResourceStore store)
store
- Helps to locate bytecode for classes.public void generate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |