Interface PluginType

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getPluginId()
      Retrieves the plugin identifier, corresponding to the identifier of the OSGi bundle implementing the plugin.
      void setPluginId​(long pluginId)
      Associates this plugin with its associated OSGi bundle identifier.
    • Method Detail

      • getPluginId

        long getPluginId()
        Retrieves the plugin identifier, corresponding to the identifier of the OSGi bundle implementing the plugin.
        Returns:
        the plugin identifier, corresponding to the identifier of the OSGi bundle implementing the plugin
      • setPluginId

        void setPluginId​(long pluginId)
        Associates this plugin with its associated OSGi bundle identifier.
        Parameters:
        pluginId - the OSGi bundle identifier associated with this plugin