Uses of Interface
org.eclipse.core.runtime.IExtensionDelta
Package
Description
Provides support for the runtime platform, core utility methods and the extension registry.
-
Uses of IExtensionDelta in org.eclipse.core.runtime
Modifier and TypeMethodDescriptionIRegistryChangeEvent.getExtensionDelta
(String namespace, String extensionPoint, String extension) Returns the delta for the given namespace, extension point and extension.IRegistryChangeEvent.getExtensionDeltas()
Returns all extension deltas for all hosts.IRegistryChangeEvent.getExtensionDeltas
(String namespace) Returns all extension deltas for the given namespace.IRegistryChangeEvent.getExtensionDeltas
(String namespace, String extensionPoint) Returns all the extension deltas for the given namespace and extension point.