public static interface OsgiContainerManager.AllowsReferenceInstall
| Modifier and Type | Interface and Description |
|---|---|
static class |
OsgiContainerManager.AllowsReferenceInstall.Default
Host class for a static installBundle(OsgiContainerManager, File, boolean) which defaults
to OsgiContainerManager.install(File, false).
|
| Modifier and Type | Method and Description |
|---|---|
org.osgi.framework.Bundle |
installBundle(File file,
boolean allowReference)
Installs a bundle into a running OSGI container.
|
org.osgi.framework.Bundle installBundle(File file, boolean allowReference) throws OsgiContainerException
file - The bundle file to install.allowReference - true iff the file need not be copied, and the container may install
a reference to it.OsgiContainerException - If the bundle cannot be loadedCopyright © 2014 Atlassian. All rights reserved.