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 PropertyDefComponentDef.factoryProperty(package private) final PropertyDefComponentDef.propertyThis is an alias to the PropertyDef object inComponentDef.propertyDefsunder theComponentDef.PROPERTYDEF_COMPONENTkey.private final PropertyDefDSAnnotationReader.ComponentPropertyTypeDataCollector.propertyDefFields in aQute.bnd.component with type parameters of type PropertyDefModifier and TypeFieldDescription(package private) final SortedMap<String,PropertyDef> ComponentDef.propertyDefsWe 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) PropertyDefPropertyDef.addAll(PropertyDef propertyDef) (package private) PropertyDefPropertyDef.addAll(Collection<PropertyDef> propertyDefs) (package private) PropertyDefPropertyDef.addProperty(String key, String type, String... values) (package private) PropertyDef(package private) PropertyDefPropertyDef.setProperty(String key, String type, String... values) (package private) PropertyDefPropertyDef.setProperty(String key, String type, List<String> values) (package private) PropertyDefPropertyDef.setTypedProperty(Descriptors.TypeRef className, String... props) Methods in aQute.bnd.component with parameters of type PropertyDefModifier and TypeMethodDescription(package private) PropertyDefPropertyDef.addAll(PropertyDef propertyDef) Method parameters in aQute.bnd.component with type arguments of type PropertyDefModifier and TypeMethodDescription(package private) PropertyDefPropertyDef.addAll(Collection<PropertyDef> propertyDefs)