Uses of Class
aQute.bnd.component.PropertyDef
Packages that use PropertyDef
-
Uses of PropertyDef in aQute.bnd.component
Fields in aQute.bnd.component declared as PropertyDefModifier and TypeFieldDescription(package private) final PropertyDef
ComponentDef.factoryProperty
(package private) final PropertyDef
ComponentDef.property
This is an alias to the PropertyDef object inComponentDef.propertyDefs
under theComponentDef.PROPERTYDEF_COMPONENT
key.private final PropertyDef
DSAnnotationReader.ComponentPropertyTypeDataCollector.propertyDef
Fields in aQute.bnd.component with type parameters of type PropertyDefModifier and TypeFieldDescription(package private) final SortedMap<String,
PropertyDef> ComponentDef.propertyDefs
We use a SortedMap and a key set which controls the ordering of the generated properties.Methods in aQute.bnd.component that return PropertyDefModifier and TypeMethodDescription(package private) PropertyDef
PropertyDef.addAll
(PropertyDef propertyDef) (package private) PropertyDef
PropertyDef.addAll
(Collection<PropertyDef> propertyDefs) (package private) PropertyDef
PropertyDef.addProperty
(String key, String type, String... values) (package private) PropertyDef
(package private) PropertyDef
PropertyDef.setProperty
(String key, String type, String... values) (package private) PropertyDef
PropertyDef.setProperty
(String key, String type, List<String> values) (package private) PropertyDef
PropertyDef.setTypedProperty
(Descriptors.TypeRef className, String... props) Methods in aQute.bnd.component with parameters of type PropertyDefModifier and TypeMethodDescription(package private) PropertyDef
PropertyDef.addAll
(PropertyDef propertyDef) Method parameters in aQute.bnd.component with type arguments of type PropertyDefModifier and TypeMethodDescription(package private) PropertyDef
PropertyDef.addAll
(Collection<PropertyDef> propertyDefs)