Skip to main content



      Home
Home » Eclipse Projects » Technology Project and PMC » Registry refresh for Extensions
Registry refresh for Extensions [message #539864] Mon, 14 June 2010 03:19 Go to next message
Eclipse UserFriend
Hi,
I've defined an extension point. I use this to add additional functionality to my headless RCP application. This woks fine so far.
IExtensionRegistry reg = Platform.getExtensionRegistry();
IExtension[] extensions = reg.getExtensionPoint(CUSTOM_TASK_EXTENSION).getExtensions() ;
provides all the extensions I need.
But I also want that a new extension can be dropped during runtime in the /plugins folder and another call of the to the registry would provide an updated list.
This is not the case, I always get the initial list.
Is there a way to reload/update that registry?

Thanks in advance for any help.

Cheers, Stephan

[Updated on: Mon, 14 June 2010 03:21] by Moderator

Re: Registry refresh for Extensions [message #540313 is a reply to message #539864] Tue, 15 June 2010 11:13 Go to previous message
Eclipse UserFriend
I recommend that you ask this question on the eclipse.technology.equinox
forum.

HTH,

Wayne

stephan.paulicke@web.de wrote:
> Hi,
> I've defined an extension point. I use this to add additional
> functionality to my headless RCP application. This woks fine so far.
> IExtensionRegistry reg = Platform.getExtensionRegistry();
> IExtension[] extensions =
> reg.getExtensionPoint(CUSTOM_TASK_EXTENSION).getExtensions() ;
> provides all the extensions I need.
> But I also want that a new entension can be droppen during runtime in
> the /plugins folder and another call of the to the registry would
> provide an updated list.
> This is not the case, I always get the initial list.
> Is there a way to reload/update that registry?
>
> Thanks in advance for any help.
>
> Cheers, Stephan
>
Previous Topic:New Process Framework Proposal comitter
Next Topic:Registry refresh for Extensions
Goto Forum:
  


Current Time: Sun May 18 00:12:35 EDT 2025

Powered by FUDForum. Page generated in 0.02253 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top