Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Technology Project and PMC » Registry refresh for Extensions
Registry refresh for Extensions [message #601978] Mon, 14 June 2010 07:19 Go to next message
No real name is currently offline No real nameFriend
Messages: 5
Registered: June 2010
Junior Member
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 15:13 Go to previous message
Wayne Beaton is currently offline Wayne BeatonFriend
Messages: 554
Registered: December 2017
Senior Member
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: Thu Mar 28 18:04:19 GMT 2024

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

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

Back to the top