public static class OsgiContainerManager.AllowsReferenceInstall.Default extends Object
| Constructor and Description |
|---|
OsgiContainerManager.AllowsReferenceInstall.Default() |
| Modifier and Type | Method and Description |
|---|---|
static org.osgi.framework.Bundle |
installBundle(OsgiContainerManager osgiContainerManager,
File file,
boolean allowReference)
Install a bundle as a reference if supported and requested.
|
public OsgiContainerManager.AllowsReferenceInstall.Default()
public static org.osgi.framework.Bundle installBundle(OsgiContainerManager osgiContainerManager, File file, boolean allowReference) throws OsgiContainerException
OsgiContainerManager.installBundle(File) api for a nonreference install.osgiContainerManager - the OsgiContainerManager to install into.file - The bundle file to install.allowReference - true iff the file need not be copied, and the container
may install a reference to it.OsgiContainerExceptionCopyright © 2014 Atlassian. All rights reserved.