Uses of Interface
org.eclipse.birt.core.framework.IExtension
Packages that use IExtension
Package
Description
Defines the platform interfaces that allow BIRT to be run in Eclipse and
server environments.
-
Uses of IExtension in org.eclipse.birt.core.framework
Methods in org.eclipse.birt.core.framework that return IExtensionModifier and TypeMethodDescriptionIConfigurationElement.getDeclaringExtension()
Returns the extension that declares this configuration element.IExtensionPoint.getExtension
(String extensionId) Returns the extension with the given unique identifier configured into this extension point, ornull
if there is no such extension.IExtensionRegistry.getExtension
(String extensionId) Returns the specified extension in this extension registry, ornull
if there is no such extension.IExtensionRegistry.getExtension
(String extensionPointId, String extensionId) Returns the specified extension in this extension registry, ornull
if there is no such extension.IExtensionRegistry.getExtension
(String namespace, String extensionPointName, String extensionId) Returns the specified extension in this extension registry, ornull
if there is no such extension.IExtensionPoint.getExtensions()
Returns all extensions configured into this extension point.IExtensionRegistry.getExtensions
(String namespace) Returns all extensions declared in the given namespace.