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 BundleExtension.plugindeclared plugin *private final BundleExtensionPoint.plugindeclared plugin *Fields in org.datanucleus.plugin with type parameters of type BundleModifier and TypeFieldDescriptionNonManagedPluginRegistry.registeredPluginByPluginIdregistered bundles files keyed by bundle symbolic nameOSGiPluginRegistry.registeredPluginByPluginIdregistered 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 BundleOSGiBundleParser.parseManifest(org.osgi.framework.Bundle osgiBundle) static BundlePluginParser.parseManifest(Manifest mf, URL fileUrl) protected BundleNonManagedPluginRegistry.registerBundle(URL manifest) Register the plugin bundle.protected BundleNonManagedPluginRegistry.registerBundle(Manifest mf, URL manifest) Register the plugin bundle.private BundleOSGiPluginRegistry.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.voidNonManagedPluginRegistry.registerExtensionsForPlugin(URL pluginURL, Bundle bundle) Register extension and extension points for the specified plugin.Constructors in org.datanucleus.plugin with parameters of type Bundle