| Package | Description |
|---|---|
| com.atlassian.plugin | |
| com.atlassian.plugin.hostcontainer |
Package for classes that provide access to the host dependency injection container
|
| com.atlassian.plugin.module | |
| com.atlassian.plugin.osgi.bridge.external | |
| com.atlassian.plugin.osgi.external | |
| com.atlassian.plugin.schema.impl |
| Constructor and Description |
|---|
DefaultModuleDescriptorFactory(HostContainer hostContainer)
Instantiates a descriptor factory that uses the host container to create
descriptors
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultHostContainer
Simple host container that instantiates classes directly.
|
class |
SimpleConstructorHostContainer
Constructs module instances, matching the constructor with the largest number of arguments first.
|
| Modifier and Type | Field and Description |
|---|---|
protected HostContainer |
ClassPrefixModuleFactory.hostContainer |
| Constructor and Description |
|---|
ClassPrefixModuleFactory(HostContainer hostContainer) |
| Modifier and Type | Class and Description |
|---|---|
class |
SpringHostContainer
Host container implementation that uses the bundle's application context
|
| Modifier and Type | Method and Description |
|---|---|
HostContainer |
SingleModuleDescriptorFactory.getHostContainer() |
| Constructor and Description |
|---|
SingleModuleDescriptorFactory(HostContainer hostContainer,
String type,
Class<T> moduleDescriptorClass)
Constructs an instance using a specific host container
|
| Constructor and Description |
|---|
DefaultDescribedModuleDescriptorFactory(HostContainer hostContainer) |
Copyright © 2019 Atlassian. All rights reserved.