|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IExtensionDelta
An extension delta represents changes to the extension registry.
This interface can be used without OSGi running.
This interface is not intended to be implemented by clients.
Field Summary | |
---|---|
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. |
Method Summary | |
---|---|
IExtension |
getExtension()
Returns the affected extension. |
IExtensionPoint |
getExtensionPoint()
Returns the affected extension point. |
int |
getKind()
The kind of this extension delta. |
Field Detail |
---|
static final int ADDED
getKind()
,
Constant Field Valuesstatic final int REMOVED
getKind()
,
Constant Field ValuesMethod Detail |
---|
int getKind()
ADDED
,
REMOVED
IExtension getExtension()
IExtensionPoint getExtensionPoint()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |