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
Classes in org.datanucleus.plugin that implement interfaces with type arguments of type ConfigurationElementModifier and TypeClassDescriptionprivate static final classComparator for comparing ConfigurationElements by their priority attribute.Fields in org.datanucleus.plugin declared as ConfigurationElementModifier and TypeFieldDescriptionprivate ConfigurationElement[]ConfigurationElement.childrenchild elements(package private) ConfigurationElement[]Extension.configurationElementConfiguration elements *private final ConfigurationElementConfigurationElement.parentparent 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 ConfigurationElementPluginParser.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 TypeMethodDescriptionvoidConfigurationElement.addConfigurationElement(ConfigurationElement confElm) Add a new children ConfigurationElement to this elementvoidExtension.addConfigurationElement(ConfigurationElement element) Add a new child ConfigurationElement (declared nested in the extension XML element)intPluginManager.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 ofConfigurationElementstatic ConfigurationElementPluginParser.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 ClassTypeManagerImpl.loadClass(PluginManager mgr, ConfigurationElement elem, String className, String messageKey)