public interface

PluginRetrievalService

com.atlassian.plugin.osgi.bridge.external.PluginRetrievalService

Class Overview

Provides access for the plugin the consuming bundle is a part of

Summary

Public Methods
abstract Plugin getPlugin()

Public Methods

public abstract Plugin getPlugin ()

Returns
  • the plugin of the service consumer that can be cached for the life of the plugin. Can be null if there is no corresponding {@Plugin } instance for the consuming bundle, as would be the case for a framework bundle, for example.