Uses of Interface
org.apache.felix.configurator.impl.json.BinUtil.ResourceProvider
-
Packages that use BinUtil.ResourceProvider Package Description org.apache.felix.configurator.impl.json -
-
Uses of BinUtil.ResourceProvider in org.apache.felix.configurator.impl.json
Methods in org.apache.felix.configurator.impl.json with parameters of type BinUtil.ResourceProvider Modifier and Type Method Description static File
BinUtil. extractFile(BinUtil.ResourceProvider provider, String pid, String path)
static BundleState
JSONUtil. readConfigurationsFromBundle(BinUtil.ResourceProvider provider, Set<String> paths, JSONUtil.Report report)
Read all configurations from a bundleConstructors in org.apache.felix.configurator.impl.json with parameters of type BinUtil.ResourceProvider Constructor Description BinaryManager(BinUtil.ResourceProvider provider, JSONUtil.Report report)
Create a new instance
-