Package | Description |
---|---|
org.apache.felix.scrplugin.annotations | |
org.apache.felix.scrplugin.description | |
org.apache.felix.scrplugin.helper | |
org.apache.felix.scrplugin.xml |
Modifier and Type | Method and Description |
---|---|
void |
AnnotationProcessor.process(ScannedClass scannedClass,
ClassDescription describedClass)
Processes annotations from the provided scanned class and adds
descriptions to the object model based on the read annotations.
|
Modifier and Type | Method and Description |
---|---|
ClassDescription |
ClassDescription.clone() |
Modifier and Type | Method and Description |
---|---|
ClassDescription |
ComponentContainer.getClassDescription()
Get the class description
|
ClassDescription |
ClassScanner.getDescription(java.lang.Class<?> clazz)
Get a description for the class
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ClassDescription> |
ClassScanner.scanSources()
Scan all source class files for annotations and process them.
|
Modifier and Type | Method and Description |
---|---|
static Validator.MethodResult |
Validator.findMethod(Project project,
Options options,
ClassDescription cd,
ReferenceDescription ref,
java.lang.String methodName)
Find the method and the required spec version
|
void |
AnnotationProcessorManager.process(ScannedClass scannedClass,
ClassDescription describedClass) |
Constructor and Description |
---|
ComponentContainer(ClassDescription classDescription,
ComponentDescription componentDescription)
Create a new component container
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<ClassDescription> |
ComponentDescriptorIO.read(java.io.InputStream file,
java.lang.ClassLoader classLoader,
IssueLog iLog,
java.lang.String location) |
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.