public class FileInstall
extends java.lang.Object
| Constructor and Description |
|---|
FileInstall(PureOSGIBundleFinder osgiBundleFinder,
PluginFinder pluginFinder,
KillbillNodesApiHolder nodesApiHolder,
org.killbill.billing.osgi.api.config.PluginConfigServiceApi pluginConfigServiceApi) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<BundleWithConfig> |
installBundles(org.osgi.framework.launch.Framework framework) |
BundleWithConfig |
installNewBundle(java.lang.String pluginName,
java.lang.String version,
org.osgi.framework.launch.Framework framework) |
boolean |
startBundle(org.osgi.framework.Bundle bundle) |
@Inject public FileInstall(PureOSGIBundleFinder osgiBundleFinder, PluginFinder pluginFinder, KillbillNodesApiHolder nodesApiHolder, org.killbill.billing.osgi.api.config.PluginConfigServiceApi pluginConfigServiceApi)
public java.util.List<BundleWithConfig> installBundles(org.osgi.framework.launch.Framework framework)
public BundleWithConfig installNewBundle(java.lang.String pluginName, @Nullable java.lang.String version, org.osgi.framework.launch.Framework framework)
public boolean startBundle(org.osgi.framework.Bundle bundle)
Copyright © 2010-2017. All Rights Reserved.