|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HostComponentRegistration | |
|---|---|
| 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 |
| com.atlassian.plugin.osgi.factory.transform | Classes for transforming legacy plugin jars into proper OSGi bundles. |
| com.atlassian.plugin.osgi.hostcomponents.impl | Default implementation of the host component registration system that collects host components and registers them into an OSGi service registry. |
| com.atlassian.plugin.osgi.util | Utility methods for OSGi operations |
| Uses of HostComponentRegistration in com.atlassian.plugin.osgi.container |
|---|
| Methods in com.atlassian.plugin.osgi.container that return types with arguments of type HostComponentRegistration | |
|---|---|
java.util.List<HostComponentRegistration> |
OsgiContainerManager.getHostComponentRegistrations()
Gets a list of host component registrations |
| Uses of HostComponentRegistration in com.atlassian.plugin.osgi.container.felix |
|---|
| Methods in com.atlassian.plugin.osgi.container.felix that return types with arguments of type HostComponentRegistration | |
|---|---|
java.util.List<HostComponentRegistration> |
FelixOsgiContainerManager.getHostComponentRegistrations()
|
| Uses of HostComponentRegistration in com.atlassian.plugin.osgi.factory.transform |
|---|
| Method parameters in com.atlassian.plugin.osgi.factory.transform with type arguments of type HostComponentRegistration | |
|---|---|
java.io.File |
PluginTransformer.transform(java.io.File pluginJar,
java.util.List<HostComponentRegistration> regs)
Transforms a plugin jar into a proper OSGi bundle |
java.io.File |
DefaultPluginTransformer.transform(java.io.File pluginJar,
java.util.List<HostComponentRegistration> regs)
Transforms the file into an OSGi bundle |
| Uses of HostComponentRegistration in com.atlassian.plugin.osgi.hostcomponents.impl |
|---|
| Methods in com.atlassian.plugin.osgi.hostcomponents.impl that return types with arguments of type HostComponentRegistration | |
|---|---|
java.util.List<HostComponentRegistration> |
DefaultComponentRegistrar.getRegistry()
|
| Uses of HostComponentRegistration in com.atlassian.plugin.osgi.util |
|---|
| Method parameters in com.atlassian.plugin.osgi.util with type arguments of type HostComponentRegistration | |
|---|---|
static java.lang.String |
OsgiHeaderUtil.determineExports(java.util.List<HostComponentRegistration> regs,
PackageScannerConfiguration packageScannerConfig)
Determines framework exports taking into account host components and package scanner configuration. |
static java.lang.String |
OsgiHeaderUtil.findReferredPackages(java.util.List<HostComponentRegistration> registrations)
Finds all referred packages for host component registrations by scanning their declared interfaces' bytecode. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||