| Package | Description |
|---|---|
| com.atlassian.plugin | |
| com.atlassian.plugin.osgi.container |
Classes to manage interactions with an OSGi container
|
| com.atlassian.plugin.osgi.container.felix |
Classes to manage interactions with the Apache Felix container
|
| Modifier and Type | Method and Description |
|---|---|
ReferenceMode |
XmlPluginArtifact.getReferenceMode() |
ReferenceMode |
JarPluginArtifact.getReferenceMode() |
ReferenceMode |
PluginArtifact.getReferenceMode() |
static ReferenceMode |
ReferenceMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReferenceMode[] |
ReferenceMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DefaultPluginArtifactFactory(ReferenceMode referenceMode)
Create a factory which produces artifacts that optionally allow reference installation.
|
JarPluginArtifact(File jarFile,
ReferenceMode referenceMode)
Construct a PluginArtifact for a jar file and specify whether reference installation is supported.
|
| Modifier and Type | Method and Description |
|---|---|
org.osgi.framework.Bundle |
OsgiContainerManager.installBundle(File file,
ReferenceMode referenceMode)
Installs a bundle into a running OSGI container.
|
| Modifier and Type | Method and Description |
|---|---|
org.osgi.framework.Bundle |
FelixOsgiContainerManager.installBundle(File file,
ReferenceMode referenceMode) |
Copyright © 2018 Atlassian. All rights reserved.