Uses of Interface
org.eclipse.birt.core.framework.IConfigurationElement
Packages that use IConfigurationElement
Package
Description
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 IConfigurationElementModifier and TypeMethodDescriptionIConfigurationElement.getChildren()
Returns all configuration elements that are children of this configuration element.IConfigurationElement.getChildren
(String name) Returns all child configuration elements with the given name.IExtension.getConfigurationElements()
Returns all configuration elements declared by this extension.IExtensionPoint.getConfigurationElements()
Returns all configuration elements from all extensions configured into this extension point.IExtensionRegistry.getConfigurationElementsFor
(String extensionPointId) Returns all configuration elements from all extensions configured into the identified extension point.IExtensionRegistry.getConfigurationElementsFor
(String namespace, String extensionPointName) Returns all configuration elements from all extensions configured into the identified extension point.IExtensionRegistry.getConfigurationElementsFor
(String namespace, String extensionPointName, String extensionId) Returns all configuration elements from the identified extension.Methods in org.eclipse.birt.core.framework with parameters of type IConfigurationElementModifier and TypeMethodDescriptionvoid
IExecutableExtension.setInitializationData
(IConfigurationElement config, String propertyName, Object data) This method is called by the implementation of the methodIConfigurationElement.createExecutableExtension
on a newly constructed extension, passing it its relevant configuration information.