Uses of Class
org.datanucleus.plugin.ExtensionPoint
-
Packages that use ExtensionPoint Package Description org.datanucleus.plugin Package providing the plugin mechanism utilised by DataNucleus. -
-
Uses of ExtensionPoint in org.datanucleus.plugin
Fields in org.datanucleus.plugin declared as ExtensionPoint Modifier and Type Field Description (package private) ExtensionPoint[]NonManagedPluginRegistry. extensionPointsextension points(package private) ExtensionPoint[]OSGiPluginRegistry. extensionPointsextension pointsprivate ExtensionPointExtension. pointreference to the extension point this extension implements *Fields in org.datanucleus.plugin with type parameters of type ExtensionPoint Modifier and Type Field Description (package private) java.util.Map<java.lang.String,ExtensionPoint>NonManagedPluginRegistry. extensionPointsByUniqueIdextension points keyed by Unique Id (plugin.id +"."+ id)(package private) java.util.Map<java.lang.String,ExtensionPoint>OSGiPluginRegistry. extensionPointsByUniqueIdextension points keyed by Unique Id (plugin.id +"."+ id)Methods in org.datanucleus.plugin that return ExtensionPoint Modifier and Type Method Description ExtensionPointNonManagedPluginRegistry. getExtensionPoint(java.lang.String id)ExtensionPointOSGiPluginRegistry. getExtensionPoint(java.lang.String id)ExtensionPointPluginManager. getExtensionPoint(java.lang.String id)Acessor for the ExtensionPointExtensionPointPluginRegistry. getExtensionPoint(java.lang.String id)Acessor for the ExtensionPointExtensionPoint[]NonManagedPluginRegistry. getExtensionPoints()ExtensionPoint[]OSGiPluginRegistry. getExtensionPoints()ExtensionPoint[]PluginRegistry. getExtensionPoints()Acessor for the currently registed ExtensionPointsExtensionPointExtension. getPoint()Acessor for the ExtensionPoint that this Extension implementsMethods in org.datanucleus.plugin that return types with arguments of type ExtensionPoint 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 fileMethods in org.datanucleus.plugin with parameters of type ExtensionPoint Modifier and Type Method Description voidExtension. setExtensionPoint(ExtensionPoint point)Assign the ExtensionPoint to this ExtensionMethod parameters in org.datanucleus.plugin with type arguments of type ExtensionPoint Modifier and Type Method Description protected voidNonManagedPluginRegistry. registerExtensionPointsForPluginInternal(java.util.List<ExtensionPoint> extPoints, boolean updateExtensionPointsArray)Register extension-points for the specified plugin.protected voidOSGiPluginRegistry. registerExtensionPointsForPluginInternal(java.util.List<ExtensionPoint> extPoints, boolean updateExtensionPointsArray)Register extension-points for the specified plugin.Constructors in org.datanucleus.plugin with parameters of type ExtensionPoint Constructor Description Extension(ExtensionPoint point, Bundle plugin)
-