查看 osgi 捆绑包'依赖关系?
我正在 Eclipse 中寻找一个可以以图形方式查看所有 osgi 包的依赖项的工具。请问有人有什么想法吗?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我正在 Eclipse 中寻找一个可以以图形方式查看所有 osgi 包的依赖项的工具。请问有人有什么想法吗?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
STAN 捆绑包和项目依赖关系视图是免费的附加组件。这是一个示例依赖关系图: http://stan4j.com/images/stories/ misc/plugin-deps.png
快速功能列表:
访问http://stan4j.com 了解更多信息和下载/安装说明。
The STAN bundle and project dependency views are free add-ons. Here's a sample dependency graph: http://stan4j.com/images/stories/misc/plugin-deps.png
Quick feature list:
Visit http://stan4j.com for further information and download/install instructions.
插件开发视角中有一个“插件”依赖关系查看器,这是您正在寻找的吗?
另请参阅此处:
http ://ekkescorner.wordpress.com/2009/07/03/galileo-cool-views-to-control-plug-ins-ide/
There is a "Plug-in" dependencies viewer in the Plug-in development perspective, is that what you are looking for?
Also see here:
http://ekkescorner.wordpress.com/2009/07/03/galileo-cool-views-to-control-plug-ins-ide/
找到了一个。 STAN 工具是一个很好的工具(http://stan4j.com/advanced/acycling-dependencies -principle.html)。虽然这是一个商业工具,但它仍然有免费版本,可以分析最多 500 个类的结构,并且对捆绑包和项目没有限制。这超出了我的需要。
Found one. STAN tool is a good one (http://stan4j.com/advanced/acyclic-dependencies-principle.html). Although this is a commercial tool, it still has the free version that can analyze the structure of maximum 500 classes and have no limit with bundles and projects. This is more than what I need.
Eclipse PDE 孵化器中有一个名为 Dependency Visualization 的工具。尽管它正处于孵化阶段并且似乎有点被遗弃,但它对我来说非常适合这项工作。
There's tool from Eclipse PDE incubator called Dependency Visualization. Despite it's in incubating phase and seems a little bit abandoned, it doest the job very well for me.