Uses of Class
org.datanucleus.plugin.ExtensionPoint
Packages that use ExtensionPoint
Package
Description
Package providing the plugin mechanism utilised by DataNucleus.
-
Uses of ExtensionPoint in org.datanucleus.plugin
Fields in org.datanucleus.plugin declared as ExtensionPointModifier and TypeFieldDescription(package private) ExtensionPoint[]
NonManagedPluginRegistry.extensionPoints
extension points(package private) ExtensionPoint[]
OSGiPluginRegistry.extensionPoints
extension pointsprivate ExtensionPoint
Extension.point
reference to the extension point this extension implements *Fields in org.datanucleus.plugin with type parameters of type ExtensionPointModifier and TypeFieldDescription(package private) Map
<String, ExtensionPoint> NonManagedPluginRegistry.extensionPointsByUniqueId
extension points keyed by Unique Id (plugin.id +"."+ id)(package private) Map
<String, ExtensionPoint> OSGiPluginRegistry.extensionPointsByUniqueId
extension points keyed by Unique Id (plugin.id +"."+ id)Methods in org.datanucleus.plugin that return ExtensionPointModifier and TypeMethodDescriptionNonManagedPluginRegistry.getExtensionPoint
(String id) OSGiPluginRegistry.getExtensionPoint
(String id) PluginManager.getExtensionPoint
(String id) Acessor for the ExtensionPointPluginRegistry.getExtensionPoint
(String id) Acessor for the ExtensionPointNonManagedPluginRegistry.getExtensionPoints()
OSGiPluginRegistry.getExtensionPoints()
PluginRegistry.getExtensionPoints()
Acessor for the currently registed ExtensionPointsExtension.getPoint()
Acessor for the ExtensionPoint that this Extension implementsMethods in org.datanucleus.plugin that return types with arguments of type ExtensionPointModifier and TypeMethodDescriptionprivate static List
<ExtensionPoint> OSGiBundleParser.parseExtensionPoints
(Element rootElement, Bundle plugin, org.osgi.framework.Bundle osgiBundle) Method to parse ExtensionPoints from plug-in fileprivate static List
<ExtensionPoint> PluginParser.parseExtensionPoints
(Element rootElement, Bundle plugin, ClassLoaderResolver clr) Method to parse ExtensionPoints from plug-in fileMethods in org.datanucleus.plugin with parameters of type ExtensionPointModifier and TypeMethodDescriptionvoid
Extension.setExtensionPoint
(ExtensionPoint point) Assign the ExtensionPoint to this ExtensionMethod parameters in org.datanucleus.plugin with type arguments of type ExtensionPointModifier and TypeMethodDescriptionprotected void
NonManagedPluginRegistry.registerExtensionPointsForPluginInternal
(List<ExtensionPoint> extPoints, boolean updateExtensionPointsArray) Register extension-points for the specified plugin.protected void
OSGiPluginRegistry.registerExtensionPointsForPluginInternal
(List<ExtensionPoint> extPoints, boolean updateExtensionPointsArray) Register extension-points for the specified plugin.Constructors in org.datanucleus.plugin with parameters of type ExtensionPoint