Uses of Class
org.datanucleus.plugin.Extension
Packages that use Extension
Package
Description
Package providing the plugin mechanism utilised by DataNucleus.
-
Uses of Extension in org.datanucleus.plugin
Fields in org.datanucleus.plugin declared as ExtensionModifier and TypeFieldDescriptionprivate Extension
ConfigurationElement.extension
the Extensionprivate Extension[]
ExtensionPoint.extensions
Extensions *Methods in org.datanucleus.plugin that return ExtensionModifier and TypeMethodDescriptionConfigurationElement.getExtension()
Accesstor to theExtension
ExtensionPoint.getExtensions()
Methods in org.datanucleus.plugin that return types with arguments of type ExtensionModifier and TypeMethodDescriptionOSGiBundleParser.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 fileMethods in org.datanucleus.plugin with parameters of type ExtensionModifier and TypeMethodDescriptionvoid
ExtensionPoint.addExtension
(Extension extension) int
int
static ConfigurationElement
PluginParser.parseConfigurationElement
(Extension ex, Element element, ConfigurationElement parent) Parses the current element and children, creating a ConfigurationElement objectMethod parameters in org.datanucleus.plugin with type arguments of type ExtensionConstructors in org.datanucleus.plugin with parameters of type ExtensionModifierConstructorDescriptionConfigurationElement
(Extension extension, String name, ConfigurationElement parent) Constructor