Uses of Class
org.datanucleus.plugin.ConfigurationElement
Packages that use ConfigurationElement
Package
Description
Package providing the plugin mechanism utilised by DataNucleus.
Package providing basic java type handling for DataNucleus.
-
Uses of ConfigurationElement in org.datanucleus.plugin
Fields in org.datanucleus.plugin declared as ConfigurationElementModifier and TypeFieldDescriptionprivate ConfigurationElement[]
ConfigurationElement.children
child elements(package private) ConfigurationElement[]
Extension.configurationElement
Configuration elements *private final ConfigurationElement
ConfigurationElement.parent
parent elementMethods in org.datanucleus.plugin that return ConfigurationElementModifier and TypeMethodDescriptionConfigurationElement.getChildren()
Acessor for all children of this ConfigurationElementPluginManager.getConfigurationElementForExtension
(String extensionPointName, String[] discrimAttrName, String[] discrimAttrValue) Convenience accessor for getting the ConfigurationElement for an extension (of an extension point).PluginManager.getConfigurationElementForExtension
(String extensionPointName, String discrimAttrName, String discrimAttrValue) Convenience accessor for getting the (first) ConfigurationElement for an extension (of an extension point).Extension.getConfigurationElements()
Acessor for all ConfigurationElements declared in the ExtensionPluginManager.getConfigurationElementsForExtension
(String extensionPointName, String discrimAttrName, String discrimAttrValue) Convenience accessor for getting the ConfigurationElement(s) for an extension (of an extension point).ConfigurationElement.getParent()
Acessor for the parent of this ConfigurationElementstatic ConfigurationElement
PluginParser.parseConfigurationElement
(Extension ex, Element element, ConfigurationElement parent) Parses the current element and children, creating a ConfigurationElement objectMethods in org.datanucleus.plugin that return types with arguments of type ConfigurationElementModifier and TypeMethodDescriptionprivate List
<ConfigurationElement> PluginManager.getConfigurationElementsForExtension
(String extensionPointName, String[] discrimAttrName, String[] discrimAttrValue) Internal accessor for getting getting the ConfigurationElement(s) for an extension (of an extension point), sorted by their priority attribute (if defined).Methods in org.datanucleus.plugin with parameters of type ConfigurationElementModifier and TypeMethodDescriptionvoid
ConfigurationElement.addConfigurationElement
(ConfigurationElement confElm) Add a new children ConfigurationElement to this elementvoid
Extension.addConfigurationElement
(ConfigurationElement element) Add a new child ConfigurationElement (declared nested in the extension XML element)int
PluginManager.ConfigurationElementPriorityComparator.compare
(ConfigurationElement elm1, ConfigurationElement elm2) NonManagedPluginRegistry.createExecutableExtension
(ConfigurationElement confElm, String name, Class[] argTypes, Object[] args) OSGiPluginRegistry.createExecutableExtension
(ConfigurationElement confElm, String name, Class[] argTypes, Object[] args) PluginRegistry.createExecutableExtension
(ConfigurationElement confElm, String name, Class[] argTypes, Object[] args) Loads a class (do not initialize) from an attribute ofConfigurationElement
static ConfigurationElement
PluginParser.parseConfigurationElement
(Extension ex, Element element, ConfigurationElement parent) Parses the current element and children, creating a ConfigurationElement objectConstructors in org.datanucleus.plugin with parameters of type ConfigurationElementModifierConstructorDescriptionConfigurationElement
(Extension extension, String name, ConfigurationElement parent) Constructor -
Uses of ConfigurationElement in org.datanucleus.store.types
Methods in org.datanucleus.store.types with parameters of type ConfigurationElementModifier and TypeMethodDescriptionprivate Class
TypeManagerImpl.loadClass
(PluginManager mgr, ConfigurationElement elem, String className, String messageKey)