See: Description
| Interface | Description |
|---|---|
| OsgiContainerManager |
Manages the OSGi container and handles any interactions with it
|
| OsgiContainerManager.AllowsReferenceInstall |
Additional interface for implementations which support reference installation.
|
| OsgiPersistentCache |
Access to persistent cache locations used throughout the OSGi plugin system.
|
| PackageScannerConfiguration |
Contains configuration for the package scanning algorithm that scans your classpath to determine which packages
and versions to export to OSGi.
|
| Class | Description |
|---|---|
| OsgiContainerManager.AllowsReferenceInstall.Default |
Host class for a static installBundle(OsgiContainerManager, File, boolean) which defaults
to OsgiContainerManager.install(File, false).
|
| OsgiContainerStartedEvent |
Event fired when the OSGi container has started
|
| OsgiContainerStoppedEvent |
Event fired when the OSGi container has stopped
|
| Exception | Description |
|---|---|
| OsgiContainerException |
Generic wrapper exception for any OSGi-related exceptions
|
Copyright © 2014 Atlassian. All rights reserved.