public abstract class OSGiRegistry extends Object
Constructor and Description |
---|
OSGiRegistry() |
Modifier and Type | Method and Description |
---|---|
abstract void |
addBundlesFor(String commandName) |
abstract Configuration |
getConfiguration() |
static void |
preLoadBundles(org.osgi.framework.launch.Framework framework,
List<String> bundleLocations,
boolean printOSGiInfo) |
abstract void |
setCommandInfoSource(CommandInfoSource source) |
abstract void |
setPrintOSGiInfo(boolean printOSGiInfo) |
public abstract void setPrintOSGiInfo(boolean printOSGiInfo)
public abstract void setCommandInfoSource(CommandInfoSource source)
public abstract void addBundlesFor(String commandName) 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.