Uses of Class
aQute.bnd.component.annotations.ConfigurationPolicy
-
Packages that use ConfigurationPolicy Package Description aQute.bnd.component.annotations Service Component Annotations Package Version 1.5. -
-
Uses of ConfigurationPolicy in aQute.bnd.component.annotations
Methods in aQute.bnd.component.annotations that return ConfigurationPolicy Modifier and Type Method Description ConfigurationPolicy
configurationPolicy()
The configuration policy of this Component.static ConfigurationPolicy
ConfigurationPolicy. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ConfigurationPolicy[]
ConfigurationPolicy. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-