|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Registry change events describe changes to the extension registry.
This interface is not intended to be implemented by clients.
IExtensionRegistry
,
IRegistryChangeListener
Method Summary | |
---|---|
IExtensionDelta |
getExtensionDelta(String namespace,
String extensionPoint,
String extension)
Returns the delta for the given namespace, extension point and extension. |
IExtensionDelta[] |
getExtensionDeltas()
Returns all extension deltas for all hosts. |
IExtensionDelta[] |
getExtensionDeltas(String namespace)
Returns all extension deltas for the given namespace. |
IExtensionDelta[] |
getExtensionDeltas(String namespace,
String extensionPoint)
Returns all the extension deltas for the given namespace and extension point. |
Method Detail |
public IExtensionDelta[] getExtensionDeltas()
public IExtensionDelta[] getExtensionDeltas(String namespace)
namespace
- the namespace for the extension deltas
public IExtensionDelta[] getExtensionDeltas(String namespace, String extensionPoint)
namespace
- the namespace for the extension pointextensionPoint
- the simple identifier of the
extension point (e.g. "builders"
)
public IExtensionDelta getExtensionDelta(String namespace, String extensionPoint, String extension)
null
if none exists in this event.
namespace
- the namespace for the extension pointextensionPoint
- the simple identifier of the
extension point (e.g. "builders"
)extension
- the unique identifier of the extension
null
|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.