Uses of Enum Class
org.osgi.service.cm.Configuration.ConfigurationAttribute
Packages that use Configuration.ConfigurationAttribute
-
Uses of Configuration.ConfigurationAttribute in org.osgi.service.cm
Methods in org.osgi.service.cm that return Configuration.ConfigurationAttributeModifier 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.Methods in org.osgi.service.cm that return types with arguments of type Configuration.ConfigurationAttributeModifier and TypeMethodDescriptionConfiguration.getAttributes()Get the attributes of this configuration.Methods in org.osgi.service.cm with parameters of type Configuration.ConfigurationAttributeModifier and TypeMethodDescriptionvoidConfiguration.addAttributes(Configuration.ConfigurationAttribute... attrs) Add attributes to the configuration.voidConfiguration.removeAttributes(Configuration.ConfigurationAttribute... attrs) Remove attributes from this configuration.