Uses of Enum Class
org.osgi.service.cm.Configuration.ConfigurationAttribute
-
Uses of Configuration.ConfigurationAttribute in org.osgi.service.cm
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static Configuration.ConfigurationAttribute[]
Configuration.ConfigurationAttribute.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionConfiguration.getAttributes()
Get the attributes of this configuration.Modifier and TypeMethodDescriptionvoid
Configuration.addAttributes
(Configuration.ConfigurationAttribute... attrs) Add attributes to the configuration.void
Configuration.removeAttributes
(Configuration.ConfigurationAttribute... attrs) Remove attributes from this configuration.