@Service public abstract class BundleManager extends Object
Constructor and Description |
---|
BundleManager() |
Modifier and Type | Method and Description |
---|---|
abstract void |
addBundles(List<String> dependencies) |
abstract Configuration |
getConfiguration() |
static void |
preLoadBundles(org.osgi.framework.launch.Framework framework,
List<String> bundleLocations,
boolean printOSGiInfo) |
abstract void |
setPrintOSGiInfo(boolean printOSGiInfo) |
public abstract void setPrintOSGiInfo(boolean printOSGiInfo)
public abstract void addBundles(List<String> dependencies) throws org.osgi.framework.BundleException, IOException
org.osgi.framework.BundleException
IOException
public static void preLoadBundles(org.osgi.framework.launch.Framework framework, List<String> bundleLocations, boolean printOSGiInfo) throws org.osgi.framework.BundleException
org.osgi.framework.BundleException
public abstract Configuration getConfiguration()
Copyright © 2013. All rights reserved.