Uses of Class
org.apache.felix.configurator.impl.model.Config
-
Packages that use Config Package Description org.apache.felix.configurator.impl.json org.apache.felix.configurator.impl.model -
-
Uses of Config in org.apache.felix.configurator.impl.json
Methods in org.apache.felix.configurator.impl.json that return types with arguments of type Config Modifier and Type Method Description static List<Config>
JSONUtil. createModel(BinaryManager binaryManager, long bundleId, org.apache.felix.cm.json.io.ConfigurationResource rsrc, Map<String,Integer> rankingMap, Map<String,ConfigPolicy> policyMap)
Create the model -
Uses of Config in org.apache.felix.configurator.impl.model
Methods in org.apache.felix.configurator.impl.model that return Config Modifier and Type Method Description Config
ConfigList. getLastInstalled()
Methods in org.apache.felix.configurator.impl.model that return types with arguments of type Config Modifier and Type Method Description List<Config>
ConfigurationFile. getConfigurations()
Iterator<Config>
ConfigList. iterator()
Methods in org.apache.felix.configurator.impl.model with parameters of type Config Modifier and Type Method Description void
AbstractState. add(Config c)
void
ConfigList. add(Config c)
Add a configuration to the list.int
Config. compareTo(Config o)
void
ConfigList. setLastInstalled(Config lastInstalled)
Constructor parameters in org.apache.felix.configurator.impl.model with type arguments of type Config Constructor Description ConfigurationFile(URL url, List<Config> configs)
-