How can my Eclipse RCP code list all installed fea

2020-04-16 04:55发布

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?

标签: eclipse-rcp
1条回答
仙女界的扛把子
2楼-- · 2020-04-16 05:42

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.

查看更多
登录 后发表回答