Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Installed Features
Installed Features [message #160253] Fri, 21 November 2003 13:42 Go to next message
Eclipse UserFriend
How do I get a list of all of the installed features?
Re: Installed Features [message #160294 is a reply to message #160253] Fri, 21 November 2003 14:53 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: manahan.NOSPAM.ca.ibm.com

Philip Borlin wrote:
> How do I get a list of all of the installed features?
>

Help->About->Configuration Details

I am not sure if that is all installed features or only all enabled
features though.

Peter
Re: Installed Features [message #160302 is a reply to message #160294] Fri, 21 November 2003 15:37 Go to previous message
Eclipse UserFriend
Sorry, I meant programatically. Your response was helpful though
because I was able to look up the source in Eclipse to see how they did
it in their help dialog. I couldn't find out how to get a handle to
the IFeature, but really I was more interested in the versions and the
id of the feature which I was able to find. For historical purposes:

IPlatformConfiguration platformConfiguration =
BootLoader.getCurrentPlatformConfiguration();
IPlatformConfiguration.IFeatureEntry[] localFeatures =
platformConfiguration.getConfiguredFeatureEntries();

Thanks,
-Phil

Peter Manahan wrote:
>
> Philip Borlin wrote:
>
>> How do I get a list of all of the installed features?
>>
>
> Help->About->Configuration Details
>
> I am not sure if that is all installed features or only all enabled
> features though.
>
> Peter
>
Previous Topic:Features & Fragments
Next Topic:3-way merge
Goto Forum:
  


Current Time: Thu Jul 17 19:44:37 EDT 2025

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

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

Back to the top