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 ConfigConfigList. 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 voidAbstractState. add(Config c)voidConfigList. add(Config c)Add a configuration to the list.intConfig. compareTo(Config o)voidConfigList. 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)
-