| Package | Description |
|---|---|
| org.apache.felix.scrplugin | |
| org.apache.felix.scrplugin.helper | |
| org.apache.felix.scrplugin.xml |
| Modifier and Type | Method and Description |
|---|---|
private boolean |
SCRDescriptorGenerator.testProperty(ClassDescription current,
java.util.Map<java.lang.String,PropertyDescription> allProperties,
PropertyDescription newProperty,
boolean isInspectedClass)
Test a newly found property
|
| Modifier and Type | Method and Description |
|---|---|
private void |
SCRDescriptorGenerator.processGlobalProperties(ClassDescription desc,
java.util.Map<java.lang.String,PropertyDescription> allProperties)
Add global properties (if not already defined in the component)
|
private boolean |
SCRDescriptorGenerator.testProperty(ClassDescription current,
java.util.Map<java.lang.String,PropertyDescription> allProperties,
PropertyDescription newProperty,
boolean isInspectedClass)
Test a newly found property
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<java.lang.String,PropertyDescription> |
ComponentContainer.allProperties
All properties.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,PropertyDescription> |
ComponentContainer.getProperties()
Get all properties.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
Validator.validateProperty(PropertyDescription property)
Validate the property.
|
| Modifier and Type | Field and Description |
|---|---|
private PropertyDescription |
ComponentDescriptorIO.XmlHandler.pendingProperty
Pending property.
|
| Modifier and Type | Method and Description |
|---|---|
private static void |
ComponentDescriptorIO.generatePropertyXML(PropertyDescription property,
org.xml.sax.ContentHandler contentHandler,
int indent)
Write the xml for a property.
|