Package | Description |
---|---|
org.apache.felix.ipojo.manipulator | |
org.apache.felix.ipojo.manipulator.metadata |
Modifier and Type | Method and Description |
---|---|
void |
Pojoization.pojoization(ResourceStore store,
MetadataProvider metadata,
ManipulationVisitor visitor) |
Modifier and Type | Class and Description |
---|---|
class |
AnnotationMetadataProvider
A
AnnotationMetadataProvider loads iPOJO metadata from bytecode of classes. |
class |
CacheableMetadataProvider
A
CacheableMetadataProvider provides simple caching methods to avoid
calling getMetadatas() twice. |
class |
CompositeMetadataProvider
A
CompositeMetadataProvider is responsible to detect duplicates
component's declaration. |
class |
EmptyMetadataProvider
A
EmptyMetadataProvider simply returns an empty list of Element. |
class |
FileMetadataProvider
A
FileMetadataProvider is responsible of loading all the .xml files in the given directory. |
class |
StreamMetadataProvider
A
StreamManifestProvider knows how to load metadata from an InputStream. |
Modifier and Type | Method and Description |
---|---|
void |
CompositeMetadataProvider.addMetadataProvider(MetadataProvider provider) |
Constructor and Description |
---|
CacheableMetadataProvider(MetadataProvider delegate) |
Copyright © 2006–2013 The Apache Software Foundation. All rights reserved.