public static class OsgiContainerManager.AllowsReferenceInstall.Default extends Object
OsgiContainerManager.AllowsReferenceInstall.| Constructor and Description |
|---|
Default() |
| Modifier and Type | Method and Description |
|---|---|
static org.osgi.framework.Bundle |
installBundle(OsgiContainerManager osgiContainerManager,
File file,
boolean allowReference)
|
public static org.osgi.framework.Bundle installBundle(OsgiContainerManager osgiContainerManager, File file, boolean allowReference) throws OsgiContainerException
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.osgiContainerManager.installBundle(file, allowReference ? PERMIT_REFERENCE : FORBID_REFERENCE)OsgiContainerExceptionCopyright © 2018 Atlassian. All rights reserved.