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. childrenchild elements(package private) ConfigurationElement[]Extension. configurationElementConfiguration elements *private ConfigurationElementConfigurationElement. parentparent elementMethods in org.datanucleus.plugin that return ConfigurationElement Modifier and Type Method Description ConfigurationElement[]ConfigurationElement. getChildren()Acessor for all children of this ConfigurationElementConfigurationElementPluginManager. 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).ConfigurationElementPluginManager. 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).ConfigurationElementConfigurationElement. getParent()Acessor for the parent of this ConfigurationElementstatic ConfigurationElementPluginParser. 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 voidConfigurationElement. 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)java.lang.ObjectNonManagedPluginRegistry. createExecutableExtension(ConfigurationElement confElm, java.lang.String name, java.lang.Class[] argTypes, java.lang.Object[] args)java.lang.ObjectOSGiPluginRegistry. createExecutableExtension(ConfigurationElement confElm, java.lang.String name, java.lang.Class[] argTypes, java.lang.Object[] args)java.lang.ObjectPluginRegistry. createExecutableExtension(ConfigurationElement confElm, java.lang.String name, java.lang.Class[] argTypes, java.lang.Object[] args)Loads a class (do not initialize) from an attribute ofConfigurationElementstatic ConfigurationElementPluginParser. 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.ClassTypeManagerImpl. loadClass(PluginManager mgr, ConfigurationElement elem, java.lang.String className, java.lang.String messageKey)
-