Uses of Class
org.datanucleus.plugin.Bundle
Packages that use Bundle
Package
Description
Package providing the plugin mechanism utilised by DataNucleus.
-
Uses of Bundle in org.datanucleus.plugin
Fields in org.datanucleus.plugin declared as BundleModifier and TypeFieldDescriptionprivate final Bundle
Extension.plugin
declared plugin *private final Bundle
ExtensionPoint.plugin
declared plugin *Fields in org.datanucleus.plugin with type parameters of type BundleModifier and TypeFieldDescriptionNonManagedPluginRegistry.registeredPluginByPluginId
registered bundles files keyed by bundle symbolic nameOSGiPluginRegistry.registeredPluginByPluginId
registered bundles files keyed by bundle symbolic nameMethods in org.datanucleus.plugin that return BundleModifier and TypeMethodDescriptionExtensionPoint.getBundle()
Accessor for the Plug-in that declared this ExtensionPointBundle[]
NonManagedPluginRegistry.getBundles()
Bundle[]
OSGiPluginRegistry.getBundles()
Bundle[]
PluginRegistry.getBundles()
Accessor for all registered bundlesExtension.getPlugin()
Accessor for the Plug-in that declared this Extensionstatic Bundle
OSGiBundleParser.parseManifest
(org.osgi.framework.Bundle osgiBundle) static Bundle
PluginParser.parseManifest
(Manifest mf, URL fileUrl) protected Bundle
NonManagedPluginRegistry.registerBundle
(URL manifest) Register the plugin bundle.protected Bundle
NonManagedPluginRegistry.registerBundle
(Manifest mf, URL manifest) Register the plugin bundle.private Bundle
OSGiPluginRegistry.registerBundle
(org.osgi.framework.Bundle osgiBundle) Register the plugin bundle.Methods in org.datanucleus.plugin with parameters of type BundleModifier and TypeMethodDescriptionprivate static List
<ExtensionPoint> OSGiBundleParser.parseExtensionPoints
(Element rootElement, Bundle plugin, org.osgi.framework.Bundle osgiBundle) Method to parse ExtensionPoints from plug-in fileprivate static List
<ExtensionPoint> PluginParser.parseExtensionPoints
(Element rootElement, Bundle plugin, ClassLoaderResolver clr) Method to parse ExtensionPoints from plug-in fileOSGiBundleParser.parseExtensions
(Element rootElement, Bundle plugin, org.osgi.framework.Bundle osgiBundle) Method to parse Extensions from plug-in filePluginParser.parseExtensions
(Element rootElement, Bundle plugin, ClassLoaderResolver clr) Method to parse Extensions from plug-in filestatic List[]
OSGiBundleParser.parsePluginElements
(DocumentBuilder db, PluginRegistry mgr, URL fileUrl, Bundle plugin, org.osgi.framework.Bundle osgiBundle) Method to parse Extensions in plug-in file.static List[]
PluginParser.parsePluginElements
(DocumentBuilder db, PluginRegistry mgr, URL fileUrl, Bundle plugin, ClassLoaderResolver clr) Method to parse Extensions in plug-in file.void
NonManagedPluginRegistry.registerExtensionsForPlugin
(URL pluginURL, Bundle bundle) Register extension and extension points for the specified plugin.Constructors in org.datanucleus.plugin with parameters of type Bundle