Uses of Interface
org.apache.felix.ipojo.manipulator.ResourceStore

Packages that use ResourceStore
org.apache.felix.ipojo.manipulator   
org.apache.felix.ipojo.manipulator.metadata   
org.apache.felix.ipojo.manipulator.store   
org.apache.felix.ipojo.manipulator.visitor.writer   
 

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)
           
 



Copyright © 2006-2012 The Apache Software Foundation. All Rights Reserved.