I am writing a plugin for Bioclipse, an Eclipse RCP application, and need some Java source code to list all installed features in a running Bioclipse instance. How can I programmatically list all installed features?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
You can try looking at IBundleGroup,
IBundleGroupProvider
and Platform.getBundleGroupProviders
. I believe this API is the source of the information you see in the about dialog.
标签:
eclipse-rcp