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
Classes in org.datanucleus.plugin that implement interfaces with type arguments of type ExtensionModifier and TypeClassDescriptionprotected static classSorter for extensions that puts DataNucleus extensions first, then any vendor extension.protected static classSorter for extensions that puts DataNucleus extensions first, then any vendor extension.Fields in org.datanucleus.plugin declared as ExtensionModifier and TypeFieldDescriptionprivate ExtensionConfigurationElement.extensionthe Extensionprivate Extension[]ExtensionPoint.extensionsExtensions *Methods in org.datanucleus.plugin that return ExtensionModifier and TypeMethodDescriptionConfigurationElement.getExtension()Accesstor to theExtensionExtensionPoint.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 TypeMethodDescriptionvoidExtensionPoint.addExtension(Extension extension) intintstatic ConfigurationElementPluginParser.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