|
|
Re: Installed Features [message #160302 is a reply to message #160294] |
Fri, 21 November 2003 15:37  |
Eclipse User |
|
|
|
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
>
|
|
|
Powered by
FUDForum. Page generated in 0.26558 seconds