|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ResourceStore in org.apache.felix.ipojo.manipulator |
---|
Methods in org.apache.felix.ipojo.manipulator with parameters of type ResourceStore | |
---|---|
void |
Pojoization.pojoization(ResourceStore store,
MetadataProvider metadata,
ManipulationVisitor visitor)
|
void |
ManipulationEngine.setResourceStore(ResourceStore store)
Provides the bytecode store that allows to retrieve bytecode of the component's related resources (inner classes for example). |
Uses of ResourceStore in org.apache.felix.ipojo.manipulator.metadata |
---|
Constructors in org.apache.felix.ipojo.manipulator.metadata with parameters of type ResourceStore | |
---|---|
AnnotationMetadataProvider(ResourceStore store,
Reporter reporter)
|
Uses of ResourceStore in org.apache.felix.ipojo.manipulator.store |
---|
Classes in org.apache.felix.ipojo.manipulator.store that implement ResourceStore | |
---|---|
class |
DirectoryResourceStore
A DirectoryResourceStore knows how to read and write
resources from (to respectively) a File directory. |
class |
JarFileResourceStore
A JarFileResourceStore knows how to read and write
resources from (to respectively) a Jar File. |
Uses of ResourceStore in org.apache.felix.ipojo.manipulator.visitor.writer |
---|
Methods in org.apache.felix.ipojo.manipulator.visitor.writer with parameters of type ResourceStore | |
---|---|
void |
ManipulatedResourcesWriter.setResourceStore(ResourceStore resourceStore)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |