Package | Description |
---|---|
com.atlassian.jira.component |
Modifier and Type | Method and Description |
---|---|
static <T> OsgiComponentReference<T> |
ComponentAccessor.getOsgiComponentReference(Class<T> componentClass)
Deprecated.
Use
ComponentAccessor.getOSGiComponentInstanceOfType(Class) every time it is needed, instead. In the
rare instances where this has unacceptable performance consequences, consider using a
ServiceTracker or other similar enhanced access methods available through OSGi and
through the plugin system in general. Since v7.0.0. |
Copyright © 2002-2022 Atlassian. All Rights Reserved.