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.BundleExceptionIOExceptionpublic static void preLoadBundles(org.osgi.framework.launch.Framework framework,
List<String> bundleLocations,
boolean printOSGiInfo)
throws org.osgi.framework.BundleException
org.osgi.framework.BundleExceptionpublic abstract Configuration getConfiguration()
Copyright © 2012. All Rights Reserved.