public class DynamicContext extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
DynamicContext.Installer |
| Constructor and Description |
|---|
DynamicContext() |
| Modifier and Type | Method and Description |
|---|---|
static DynamicContext.Installer |
installer(com.atlassian.event.api.EventPublisher eventPublisher,
org.osgi.framework.BundleContext bundleContext,
String pluginKey)
Creates a new installer that can create and install
ApplicationContexts into a running plugin |
public static DynamicContext.Installer installer(com.atlassian.event.api.EventPublisher eventPublisher, org.osgi.framework.BundleContext bundleContext, String pluginKey)
ApplicationContexts into a running plugineventPublisher - the event publisherbundleContext - the current plugins bundle contextpluginKey - the key of the current pluginCopyright © 2018 Atlassian. All rights reserved.