Modifier and Type | Method and Description |
---|---|
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).
|
Constructor and Description |
---|
AnnotationMetadataProvider(ResourceStore store,
Reporter reporter) |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
void |
ManipulatedResourcesWriter.setResourceStore(ResourceStore resourceStore) |
Copyright © 2006–2015 The Apache Software Foundation. All rights reserved.