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(Class<?> clazz)
Get a description for the class
|
Modifier and Type | Method and Description |
---|---|
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,
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 List<ClassDescription> |
ComponentDescriptorIO.read(InputStream file,
ClassLoader classLoader,
IssueLog iLog,
String location) |
Copyright © 2006–2024 The Apache Software Foundation. All rights reserved.