Uses of Interface
com.atlassian.plugin.osgi.hostcomponents.HostComponentRegistration
Packages that use HostComponentRegistration
Package
Description
Classes to manage interactions with an OSGi container
Classes to manage interactions with the Apache Felix container
Classes for transforming legacy plugin jars into proper OSGi bundles.
Default implementation of the host component registration system that collects host components and registers them into
an OSGi service registry.
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 HostComponentRegistrationModifier and TypeMethodDescriptionOsgiContainerManager.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 -
Uses of HostComponentRegistration in com.atlassian.plugin.osgi.factory.transform
Method parameters in com.atlassian.plugin.osgi.factory.transform with type arguments of type HostComponentRegistrationModifier and TypeMethodDescriptionPluginTransformer.transform(PluginArtifact pluginArtifact, List<HostComponentRegistration> regs) Transforms a plugin artifact into a proper 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 -
Uses of HostComponentRegistration in com.atlassian.plugin.osgi.internal.factory.transform
Methods in com.atlassian.plugin.osgi.internal.factory.transform that return types with arguments of type HostComponentRegistrationModifier and TypeMethodDescriptionTransformContext.getHostComponentRegistrations()TransformContext.getRequiredHostComponents()Methods in com.atlassian.plugin.osgi.internal.factory.transform with parameters of type HostComponentRegistrationModifier and TypeMethodDescriptionvoidTransformContext.addRequiredHostComponent(HostComponentRegistration hostComponent) Method parameters in com.atlassian.plugin.osgi.internal.factory.transform with type arguments of type HostComponentRegistrationModifier and TypeMethodDescriptionDefaultPluginTransformer.transform(PluginArtifact pluginArtifact, List<HostComponentRegistration> regs) Transforms the file into an OSGi bundleDefaultPluginTransformer.transform(File pluginJar, List<HostComponentRegistration> regs) Transforms the file into an OSGi bundleConstructor parameters in com.atlassian.plugin.osgi.internal.factory.transform with type arguments of type HostComponentRegistrationModifierConstructorDescriptionTransformContext(List<HostComponentRegistration> regs, SystemExports systemExports, PluginArtifact pluginArtifact, Set<Application> applications, String descriptorPath, OsgiContainerManager osgiContainerManager) -
Uses of HostComponentRegistration in com.atlassian.plugin.osgi.util
Method parameters in com.atlassian.plugin.osgi.util with type arguments of type HostComponentRegistrationModifier and TypeMethodDescriptionOsgiHeaderUtil.findReferredPackageVersions(List<HostComponentRegistration> registrations, Map<String, String> packageVersions) Finds all referred packages for host component registrations by scanning their declared interfaces' bytecode.