|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.felix.ipojo.manipulator.metadata.AnnotationMetadataProvider
public class AnnotationMetadataProvider
A AnnotationMetadataProvider
loads iPOJO metadata from bytecode of classes.
Constructor Summary | |
---|---|
AnnotationMetadataProvider(ResourceStore store,
BindingRegistry registry,
Reporter reporter)
|
|
AnnotationMetadataProvider(ResourceStore store,
Reporter reporter)
|
Method Summary | |
---|---|
java.util.List<org.apache.felix.ipojo.metadata.Element> |
getMetadatas()
Gather all the metadata. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnnotationMetadataProvider(ResourceStore store, Reporter reporter)
public AnnotationMetadataProvider(ResourceStore store, BindingRegistry registry, Reporter reporter)
Method Detail |
---|
public java.util.List<org.apache.felix.ipojo.metadata.Element> getMetadatas() throws java.io.IOException
MetadataProvider
getMetadatas
in interface MetadataProvider
java.io.IOException
- if something wet wrong during gathering.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |