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 BundleStateJSONUtil. readConfigurationsFromBundle(BinUtil.ResourceProvider provider, Set<String> paths, JSONUtil.Report report)Read all configurations from a bundlestatic ConfigurationFileJSONUtil. 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
-