Package | Description |
---|---|
org.apache.felix.scrplugin | |
org.apache.felix.scrplugin.annotations | |
org.apache.felix.scrplugin.helper | |
org.apache.felix.scrplugin.xml |
Modifier and Type | Method and Description |
---|---|
Result |
SCRDescriptorGenerator.execute()
Actually generates the Declarative Services and Metatype descriptors
scanning the java sources provided by the
SCRDescriptorGenerator.setProject(Project) |
Modifier and Type | Method and Description |
---|---|
Object |
FieldAnnotation.getAnnotatedFieldValue()
Get the initial value of the value if this is a static field.
|
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 |
ClassScanner.getDescription(Class<?> clazz)
Get a description for the class
|
void |
AnnotationProcessorManager.process(ScannedClass scannedClass,
ClassDescription describedClass) |
List<ClassDescription> |
ClassScanner.scanSources()
Scan all source class files for annotations and process them.
|
Constructor and Description |
---|
AnnotationProcessorManager(Log log,
ClassLoader classLoader)
Create annotation processor manager.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
ComponentDescriptorIO.generateDescriptorFiles(DescriptionContainer module,
Options options,
Log logger)
Generate descriptor file(s)
|
Copyright © 2006-2015 The Apache Software Foundation. All Rights Reserved.