Uses of Interface
com.atlassian.plugin.osgi.hostcomponents.ComponentRegistrar
Packages that use ComponentRegistrar
Package
Description
This package provides a way for host applications to register their host components.
Default implementation of the host component registration system that collects host components and registers them into
an OSGi service registry.
-
Uses of ComponentRegistrar in com.atlassian.plugin.osgi.hostcomponents
Methods in com.atlassian.plugin.osgi.hostcomponents with parameters of type ComponentRegistrarModifier and TypeMethodDescriptionvoidHostComponentProvider.provide(ComponentRegistrar registrar) Gives the object a chance to register its host components with the registrar -
Uses of ComponentRegistrar in com.atlassian.plugin.osgi.hostcomponents.impl
Classes in com.atlassian.plugin.osgi.hostcomponents.impl that implement ComponentRegistrarModifier and TypeClassDescriptionclassDefault component registrar that also can write registered host components into the OSGi service registry.