Uses of Class
org.apache.felix.configurator.impl.model.ConfigPolicy
-
Packages that use ConfigPolicy Package Description org.apache.felix.configurator.impl.model -
-
Uses of ConfigPolicy in org.apache.felix.configurator.impl.model
Methods in org.apache.felix.configurator.impl.model that return ConfigPolicy Modifier and Type Method Description ConfigPolicy
Config. getPolicy()
Get the policystatic ConfigPolicy
ConfigPolicy. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConfigPolicy[]
ConfigPolicy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.felix.configurator.impl.model with parameters of type ConfigPolicy Constructor Description Config(String pid, Dictionary<String,Object> properties, long bundleId, int ranking, ConfigPolicy policy)
-