Uses of Class
org.apache.felix.configurator.impl.json.JSONUtil.Report
-
Packages that use JSONUtil.Report Package Description org.apache.felix.configurator.impl.json -
-
Uses of JSONUtil.Report in org.apache.felix.configurator.impl.json
Methods in org.apache.felix.configurator.impl.json with parameters of type JSONUtil.Report Modifier and Type Method Description static BundleState
JSONUtil. readConfigurationsFromBundle(BinUtil.ResourceProvider provider, Set<String> paths, JSONUtil.Report report)
Read all configurations from a bundlestatic ConfigurationFile
JSONUtil. readJSON(BinaryManager binaryManager, String name, URL url, long bundleId, String contents, JSONUtil.Report report)
Read a single JSON fileConstructors in org.apache.felix.configurator.impl.json with parameters of type JSONUtil.Report Constructor Description BinaryManager(BinUtil.ResourceProvider provider, JSONUtil.Report report)
Create a new instance
-