Package | Description |
---|---|
org.apache.felix.configurator.impl.json | |
org.apache.felix.configurator.impl.model |
Modifier and Type | Method and Description |
---|---|
static List<Config> |
JSONUtil.createModel(BinaryManager binaryManager,
long bundleId,
org.apache.felix.cm.json.ConfigurationResource rsrc,
Map<String,Integer> rankingMap,
Map<String,ConfigPolicy> policyMap)
Create the model
|
Modifier and Type | Method and Description |
---|---|
ConfigPolicy |
Config.getPolicy()
Get the policy
|
static 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.
|
Constructor and Description |
---|
Config(String pid,
Dictionary<String,Object> properties,
long bundleId,
int ranking,
ConfigPolicy policy) |
Copyright © 2006–2020 The Apache Software Foundation. All rights reserved.