public interface IExtensionDelta
This interface can be used without OSGi running.
This interface is not intended to be implemented by clients.
Modifier and Type | Field and Description |
---|---|
static int |
ADDED
Delta kind constant indicating that an extension has been added to an
extension point.
|
static int |
REMOVED
Delta kind constant indicating that an extension has been removed from an
extension point.
|
Modifier and Type | Method and Description |
---|---|
IExtension |
getExtension()
Returns the affected extension.
|
IExtensionPoint |
getExtensionPoint()
Returns the affected extension point.
|
int |
getKind()
The kind of this extension delta.
|
static final int ADDED
getKind()
,
Constant Field Valuesstatic final int REMOVED
getKind()
,
Constant Field Valuesint getKind()
IExtension getExtension()
IExtensionPoint getExtensionPoint()
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.