Uses of Class
org.apache.felix.configurator.impl.json.BinaryManager
-
Packages that use BinaryManager Package Description org.apache.felix.configurator.impl.json -
-
Uses of BinaryManager in org.apache.felix.configurator.impl.json
Methods in org.apache.felix.configurator.impl.json with parameters of type BinaryManager 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 modelstatic ConfigurationFile
JSONUtil. readJSON(BinaryManager binaryManager, String name, URL url, long bundleId, String contents, JSONUtil.Report report)
Read a single JSON file
-