Uses of Class
org.datanucleus.plugin.Bundle
-
Packages that use Bundle Package Description org.datanucleus.plugin Package providing the plugin mechanism utilised by DataNucleus. -
-
Uses of Bundle in org.datanucleus.plugin
Fields in org.datanucleus.plugin declared as Bundle Modifier and Type Field Description private BundleExtension. plugindeclared plugin *private BundleExtensionPoint. plugindeclared plugin *Fields in org.datanucleus.plugin with type parameters of type Bundle Modifier and Type Field Description (package private) java.util.Map<java.lang.String,Bundle>NonManagedPluginRegistry. registeredPluginByPluginIdregistered bundles files keyed by bundle symbolic name(package private) java.util.Map<java.lang.String,Bundle>OSGiPluginRegistry. registeredPluginByPluginIdregistered bundles files keyed by bundle symbolic nameMethods in org.datanucleus.plugin that return Bundle Modifier and Type Method Description BundleExtensionPoint. getBundle()Accessor for the Plug-in that declared this ExtensionPointBundle[]NonManagedPluginRegistry. getBundles()Bundle[]OSGiPluginRegistry. getBundles()Bundle[]PluginRegistry. getBundles()Accessor for all registered bundlesBundleExtension. getPlugin()Accessor for the Plug-in that declared this Extensionstatic BundleOSGiBundleParser. parseManifest(org.osgi.framework.Bundle osgiBundle)static BundlePluginParser. parseManifest(java.util.jar.Manifest mf, java.net.URL fileUrl)protected BundleNonManagedPluginRegistry. registerBundle(java.net.URL manifest)Register the plugin bundle.protected BundleNonManagedPluginRegistry. registerBundle(java.util.jar.Manifest mf, java.net.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 Bundle Modifier and Type Method Description private static java.util.List<ExtensionPoint>OSGiBundleParser. parseExtensionPoints(org.w3c.dom.Element rootElement, Bundle plugin, org.osgi.framework.Bundle osgiBundle)Method to parse ExtensionPoints from plug-in fileprivate static java.util.List<ExtensionPoint>PluginParser. parseExtensionPoints(org.w3c.dom.Element rootElement, Bundle plugin, ClassLoaderResolver clr)Method to parse ExtensionPoints from plug-in fileprivate static java.util.List<Extension>OSGiBundleParser. parseExtensions(org.w3c.dom.Element rootElement, Bundle plugin, org.osgi.framework.Bundle osgiBundle)Method to parse Extensions from plug-in fileprivate static java.util.List<Extension>PluginParser. parseExtensions(org.w3c.dom.Element rootElement, Bundle plugin, ClassLoaderResolver clr)Method to parse Extensions from plug-in filestatic java.util.List[]OSGiBundleParser. parsePluginElements(javax.xml.parsers.DocumentBuilder db, PluginRegistry mgr, java.net.URL fileUrl, Bundle plugin, org.osgi.framework.Bundle osgiBundle)Method to parse Extensions in plug-in file.static java.util.List[]PluginParser. parsePluginElements(javax.xml.parsers.DocumentBuilder db, PluginRegistry mgr, java.net.URL fileUrl, Bundle plugin, ClassLoaderResolver clr)Method to parse Extensions in plug-in file.voidNonManagedPluginRegistry. registerExtensionsForPlugin(java.net.URL pluginURL, Bundle bundle)Register extension and extension points for the specified plugin.Constructors in org.datanucleus.plugin with parameters of type Bundle Constructor Description Extension(java.lang.String pointId, Bundle plugin)Extension(ExtensionPoint point, Bundle plugin)ExtensionPoint(java.lang.String id, java.lang.String name, java.net.URL schema, Bundle plugin)Constructor
-