Skip to main content



      Home
Home » Eclipse Projects » Technology Project and PMC » Registry refresh for Extensions
Registry refresh for Extensions [message #601978] 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 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
Re: Registry refresh for Extensions [message #601984 is a reply to message #601978] 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:Registry refresh for Extensions
Next Topic:eclipse on freebsd
Goto Forum:
  


Current Time: Mon May 12 16:43:31 EDT 2025

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

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

Back to the top