Uses of Interface
org.eclipse.birt.core.framework.IConfigurationElement
-
Packages that use IConfigurationElement Package Description org.eclipse.birt.core.framework Defines the platform interfaces that allow BIRT to be run in Eclipse and server environments. -
-
Uses of IConfigurationElement in org.eclipse.birt.core.framework
Methods in org.eclipse.birt.core.framework that return IConfigurationElement Modifier and Type Method Description IConfigurationElement[]
IConfigurationElement. getChildren()
Returns all configuration elements that are children of this configuration element.IConfigurationElement[]
IConfigurationElement. getChildren(java.lang.String name)
Returns all child configuration elements with the given name.IConfigurationElement[]
IExtension. getConfigurationElements()
Returns all configuration elements declared by this extension.IConfigurationElement[]
IExtensionPoint. getConfigurationElements()
Returns all configuration elements from all extensions configured into this extension point.IConfigurationElement[]
IExtensionRegistry. getConfigurationElementsFor(java.lang.String extensionPointId)
Returns all configuration elements from all extensions configured into the identified extension point.IConfigurationElement[]
IExtensionRegistry. getConfigurationElementsFor(java.lang.String namespace, java.lang.String extensionPointName)
Returns all configuration elements from all extensions configured into the identified extension point.IConfigurationElement[]
IExtensionRegistry. getConfigurationElementsFor(java.lang.String namespace, java.lang.String extensionPointName, java.lang.String extensionId)
Returns all configuration elements from the identified extension.Methods in org.eclipse.birt.core.framework with parameters of type IConfigurationElement Modifier and Type Method Description void
IExecutableExtension. setInitializationData(IConfigurationElement config, java.lang.String propertyName, java.lang.Object data)
This method is called by the implementation of the methodIConfigurationElement.createExecutableExtension
on a newly constructed extension, passing it its relevant configuration information.
-