How can my Eclipse RCP code list all installed features?

余生颓废 提交于 2019-12-31 03:34:08

问题


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.



来源:https://stackoverflow.com/questions/3104416/how-can-my-eclipse-rcp-code-list-all-installed-features

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!