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 Bundle
Extension. plugin
declared plugin *private Bundle
ExtensionPoint. plugin
declared 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. registeredPluginByPluginId
registered bundles files keyed by bundle symbolic name(package private) java.util.Map<java.lang.String,Bundle>
OSGiPluginRegistry. registeredPluginByPluginId
registered bundles files keyed by bundle symbolic nameMethods in org.datanucleus.plugin that return Bundle Modifier and Type Method Description Bundle
ExtensionPoint. getBundle()
Accessor for the Plug-in that declared this ExtensionPointBundle[]
NonManagedPluginRegistry. getBundles()
Bundle[]
OSGiPluginRegistry. getBundles()
Bundle[]
PluginRegistry. getBundles()
Accessor for all registered bundlesBundle
Extension. getPlugin()
Accessor for the Plug-in that declared this Extensionstatic Bundle
OSGiBundleParser. parseManifest(org.osgi.framework.Bundle osgiBundle)
static Bundle
PluginParser. parseManifest(java.util.jar.Manifest mf, java.net.URL fileUrl)
protected Bundle
NonManagedPluginRegistry. registerBundle(java.net.URL manifest)
Register the plugin bundle.protected Bundle
NonManagedPluginRegistry. registerBundle(java.util.jar.Manifest mf, java.net.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 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.void
NonManagedPluginRegistry. 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
-