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 |
---|---|
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 |
---|---|
static void |
ClassModifier.addMethods(java.lang.String className,
java.lang.String referenceName,
java.lang.String fieldName,
java.lang.String typeName,
boolean createBind,
boolean createUnbind,
java.lang.ClassLoader classLoader,
java.lang.String outputDirectory,
Log logger)
Add bind/unbind methods
|
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
|
ClassDescription |
ClassScanner.getDescription(java.lang.Class<?> clazz)
Get a description for the class
|
void |
AnnotationProcessorManager.process(ScannedClass scannedClass,
ClassDescription describedClass) |
java.util.List<ClassDescription> |
ClassScanner.scanSources()
Scan all source class files for annotations and process them.
|
void |
Validator.validate()
Validate the component description.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<java.lang.String> |
ComponentDescriptorIO.generateDescriptorFiles(DescriptionContainer module,
Options options,
Log logger)
Generate descriptor file(s)
|
static java.util.List<java.lang.String> |
MetaTypeIO.generateDescriptors(DescriptionContainer module,
Project project,
Options options,
Log logger) |
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.