| Package | Description |
|---|---|
| org.apache.felix.scrplugin | |
| org.apache.felix.scrplugin.helper | |
| org.apache.felix.scrplugin.xml |
| Modifier and Type | Field and Description |
|---|---|
private Project |
SCRDescriptorGenerator.project
The project.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SCRDescriptorGenerator.setProject(Project p)
Set the project.
|
| Modifier and Type | Field and Description |
|---|---|
private Project |
ClassScanner.project
The project.
|
private Project |
Validator.project |
| Modifier and Type | Method and Description |
|---|---|
static Validator.MethodResult |
Validator.findLifecycleMethod(Project project,
ComponentContainer container,
java.lang.String methodName,
boolean isActivate)
Find a lifecycle 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
|
private static java.lang.reflect.Method |
Validator.getMethod(Project project,
ComponentContainer container,
java.lang.String name,
java.lang.String[] sig) |
| Constructor and Description |
|---|
ClassScanner(Log log,
IssueLog iLog,
Project project,
AnnotationProcessor aProcessor)
Create a new scanner.
|
Validator(ComponentContainer container,
Project project,
Options options,
IssueLog iLog) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<java.lang.String> |
MetaTypeIO.generateDescriptors(DescriptionContainer module,
Project project,
Options options,
Log logger) |