public interface PluginType
Modifier and Type | Method and 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.
|
long getPluginId()
void setPluginId(long pluginId)
pluginId
- the OSGi bundle identifier associated with this pluginCopyright © 2014–2022 Apache Software Foundation. All rights reserved.