| Package | Description |
|---|---|
| org.apache.felix.scrplugin | |
| org.apache.felix.scrplugin.helper | |
| org.apache.felix.scrplugin.xml |
| Modifier and Type | Method and Description |
|---|---|
private void |
SCRDescriptorGenerator.testReference(ClassDescription current,
java.util.Map<java.lang.String,ReferenceDescription> allReferences,
ReferenceDescription newReference,
boolean isInspectedClass)
Test a newly found reference
|
| Modifier and Type | Method and Description |
|---|---|
private void |
SCRDescriptorGenerator.testReference(ClassDescription current,
java.util.Map<java.lang.String,ReferenceDescription> allReferences,
ReferenceDescription newReference,
boolean isInspectedClass)
Test a newly found reference
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<java.lang.String,ReferenceDescription> |
ComponentContainer.allReferences
All references.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,ReferenceDescription> |
ComponentContainer.getReferences()
Get all references.
|
| 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
|
private java.lang.String |
Validator.validateMethod(ReferenceDescription ref,
java.lang.String methodName,
boolean componentIsAbstract) |
private void |
Validator.validateReference(ReferenceDescription ref,
boolean componentIsAbstract)
Validate the reference.
|
| Modifier and Type | Method and Description |
|---|---|
private static void |
ComponentDescriptorIO.generateReferenceXML(ComponentDescription component,
DescriptionContainer module,
ReferenceDescription reference,
org.xml.sax.ContentHandler contentHandler,
int indent)
Write the xml for a Reference.
|