|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface OsgiContainerManager.AllowsReferenceInstall
Additional interface for implementations which support reference installation.
| Nested Class Summary | |
|---|---|
static class |
OsgiContainerManager.AllowsReferenceInstall.Default
Host class for a static installBundle(OsgiContainerManager, File, boolean) which defaults to OsgiContainerManager.install(File, false). |
| Method Summary | |
|---|---|
org.osgi.framework.Bundle |
installBundle(java.io.File file,
boolean allowReference)
Installs a bundle into a running OSGI container. |
| Method Detail |
|---|
org.osgi.framework.Bundle installBundle(java.io.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 loaded
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||