Package | Description |
---|---|
aQute.bnd.component |
Modifier and Type | Field and Description |
---|---|
(package private) PropertyDef |
ComponentDef.factoryProperty |
(package private) PropertyDef |
ComponentDef.property
This is an alias to the PropertyDef object in
ComponentDef.propertyDefs under
the ComponentDef.PROPERTYDEF_COMPONENT key. |
private PropertyDef |
DSAnnotationReader.ComponentPropertyTypeDataCollector.propertyDef |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.SortedMap<java.lang.String,PropertyDef> |
ComponentDef.propertyDefs
We use a SortedMap and a key set which controls the
ordering of the generated properties.
|
Modifier and Type | Method and Description |
---|---|
(package private) PropertyDef |
PropertyDef.addAll(java.util.Collection<PropertyDef> propertyDefs) |
(package private) PropertyDef |
PropertyDef.addAll(PropertyDef propertyDef) |
(package private) PropertyDef |
PropertyDef.addProperty(java.lang.String key,
java.lang.String type,
java.lang.String... values) |
(package private) PropertyDef |
PropertyDef.copy(java.util.function.Function<java.lang.String,java.lang.String> keyMapper) |
(package private) PropertyDef |
PropertyDef.setProperty(java.lang.String key,
java.lang.String type,
java.util.List<java.lang.String> values) |
(package private) PropertyDef |
PropertyDef.setProperty(java.lang.String key,
java.lang.String type,
java.lang.String... values) |
(package private) PropertyDef |
PropertyDef.setTypedProperty(Descriptors.TypeRef className,
java.lang.String... props) |
Modifier and Type | Method and Description |
---|---|
(package private) PropertyDef |
PropertyDef.addAll(PropertyDef propertyDef) |
Modifier and Type | Method and Description |
---|---|
(package private) PropertyDef |
PropertyDef.addAll(java.util.Collection<PropertyDef> propertyDefs) |