Uses of Class
org.datanucleus.plugin.ConfigurationElement
-
Packages that use ConfigurationElement Package Description org.datanucleus.plugin Package providing the plugin mechanism utilised by DataNucleus.org.datanucleus.store.types Package providing basic java type handling for DataNucleus. -
-
Uses of ConfigurationElement in org.datanucleus.plugin
Fields in org.datanucleus.plugin declared as ConfigurationElement Modifier and Type Field Description private ConfigurationElement[]
ConfigurationElement. children
child elements(package private) ConfigurationElement[]
Extension. configurationElement
Configuration elements *private ConfigurationElement
ConfigurationElement. parent
parent elementMethods in org.datanucleus.plugin that return ConfigurationElement Modifier and Type Method Description ConfigurationElement[]
ConfigurationElement. getChildren()
Acessor for all children of this ConfigurationElementConfigurationElement
PluginManager. getConfigurationElementForExtension(java.lang.String extensionPointName, java.lang.String[] discrimAttrName, java.lang.String[] discrimAttrValue)
Convenience accessor for getting the ConfigurationElement for an extension (of an extension point).ConfigurationElement
PluginManager. getConfigurationElementForExtension(java.lang.String extensionPointName, java.lang.String discrimAttrName, java.lang.String discrimAttrValue)
Convenience accessor for getting the (first) ConfigurationElement for an extension (of an extension point).ConfigurationElement[]
Extension. getConfigurationElements()
Acessor for all ConfigurationElements declared in the ExtensionConfigurationElement[]
PluginManager. getConfigurationElementsForExtension(java.lang.String extensionPointName, java.lang.String discrimAttrName, java.lang.String discrimAttrValue)
Convenience accessor for getting the ConfigurationElement(s) for an extension (of an extension point).ConfigurationElement
ConfigurationElement. getParent()
Acessor for the parent of this ConfigurationElementstatic ConfigurationElement
PluginParser. parseConfigurationElement(Extension ex, org.w3c.dom.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 ConfigurationElement Modifier and Type Method Description private java.util.List<ConfigurationElement>
PluginManager. getConfigurationElementsForExtension(java.lang.String extensionPointName, java.lang.String[] discrimAttrName, java.lang.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 ConfigurationElement Modifier and Type Method Description void
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)
java.lang.Object
NonManagedPluginRegistry. createExecutableExtension(ConfigurationElement confElm, java.lang.String name, java.lang.Class[] argTypes, java.lang.Object[] args)
java.lang.Object
OSGiPluginRegistry. createExecutableExtension(ConfigurationElement confElm, java.lang.String name, java.lang.Class[] argTypes, java.lang.Object[] args)
java.lang.Object
PluginRegistry. createExecutableExtension(ConfigurationElement confElm, java.lang.String name, java.lang.Class[] argTypes, java.lang.Object[] args)
Loads a class (do not initialize) from an attribute ofConfigurationElement
static ConfigurationElement
PluginParser. parseConfigurationElement(Extension ex, org.w3c.dom.Element element, ConfigurationElement parent)
Parses the current element and children, creating a ConfigurationElement objectConstructors in org.datanucleus.plugin with parameters of type ConfigurationElement Constructor Description ConfigurationElement(Extension extension, java.lang.String name, ConfigurationElement parent)
Constructor -
Uses of ConfigurationElement in org.datanucleus.store.types
Methods in org.datanucleus.store.types with parameters of type ConfigurationElement Modifier and Type Method Description private java.lang.Class
TypeManagerImpl. loadClass(PluginManager mgr, ConfigurationElement elem, java.lang.String className, java.lang.String messageKey)
-