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
Methods 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)protected BundleNonManagedPluginRegistry. registerBundle(URL manifest)Register the plugin bundle.protected BundleNonManagedPluginRegistry. registerBundle(Manifest mf, URL manifest)Register the plugin bundle.Methods in org.datanucleus.plugin with parameters of type Bundle Modifier and Type Method Description static List[]OSGiBundleParser. parsePluginElements(DocumentBuilder db, PluginRegistry mgr, URL fileUrl, Bundle plugin, org.osgi.framework.Bundle osgiBundle)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 Constructor Description Extension(String pointId, Bundle plugin)Extension(ExtensionPoint point, Bundle plugin)ExtensionPoint(String id, String name, URL schema, Bundle plugin)Constructor
-