|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteExtensionRegistryTools
Collection of useful extension registry methods to dynamically register/unregister contributions
Method Summary | |
---|---|
void |
addExtension(java.lang.String xmlsrc)
Registers a new contribution on behalf of the Remote API's plugin |
void |
removeExtension(java.lang.String extensionPointId,
java.lang.String extensionId)
Unregisters a contribution by it's ID |
Method Detail |
---|
void addExtension(java.lang.String xmlsrc) throws RemoteEclipseAPIException
xmlsrc
- contribution code
RemoteEclipseAPIException
void removeExtension(java.lang.String extensionPointId, java.lang.String extensionId) throws RemoteEclipseAPIException
extensionPointId
- extension pointextensionId
- extension ID
RemoteEclipseAPIException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |