Class OsgiPluginRegistry
java.lang.Object
eu.rarogsoftware.rarog.platform.core.plugins.osgi.OsgiPluginRegistry
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPlugin
(org.osgi.framework.Bundle bundle) void
registerMapping
(org.osgi.framework.Bundle bundle, OsgiPlugin plugin) void
unregisterMapping
(org.osgi.framework.Bundle bundle)
-
Field Details
-
bundleIdToPluginMapping
Map<Long,OsgiPlugin> bundleIdToPluginMapping
-
-
Constructor Details
-
OsgiPluginRegistry
public OsgiPluginRegistry()
-
-
Method Details
-
getPlugin
-
registerMapping
-
unregisterMapping
public void unregisterMapping(org.osgi.framework.Bundle bundle)
-