查看 osgi 捆绑包'依赖关系?

发布于 2024-08-31 16:56:43 字数 61 浏览 10 评论 0 原文

我正在 Eclipse 中寻找一个可以以图形方式查看所有 osgi 包的依赖项的工具。请问有人有什么想法吗?

I am looking for a tool in Eclipse that I can view graphically all osgi bundles' dependencies. Anyone has any ideas, please?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

黄昏下泛黄的笔记 2024-09-07 16:56:43

STAN 捆绑包和项目依赖关系视图是免费的附加组件。这是一个示例依赖关系图: http://stan4j.com/images/stories/ misc/plugin-deps.png

快速功能列表:

  • 水平、垂直、窄布局选项
  • 节点标记 +/- 指示当前未显示的传出/传入依赖项
  • 双击节点添加传出依赖项
  • 按住时双击节点控制键添加传入依赖项未显示
  • 边缘标签表示“requires-bundle”和/或“imports-packages”
  • 支持从项目/包资源管理器中拖放

访问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:

  • horizontal, vertical, narrow layout options
  • node markers +/- indicate outgoing/incoming dependencies currently not shown
  • double-clicking a node adds outgoing dependencies
  • double-clicking a node while holding the control key adds incoming dependencies not shown
  • edge labels indicate "requires-bundle" and/or "imports-packages"
  • supports drag'n drop from the project/package explorer

Visit http://stan4j.com for further information and download/install instructions.

浅浅淡淡 2024-09-07 16:56:43

插件开发视角中有一个“插件”依赖关系查看器,这是您正在寻找的吗?

另请参阅此处:

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/

温柔一刀 2024-09-07 16:56:43

找到了一个。 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.

感性 2024-09-07 16:56:43

Eclipse PDE 孵化器中有一个名为 Dependency Visualization 的工具。尽管它正处于孵化阶段并且似乎有点被遗弃,但它对我来说非常适合这项工作。

  1. 添加新软件站点 http://download.eclipse.org/eclipse/pde/incubator /visualization/site
  2. 安装一个功能
  3. 重启后,打开 PDE 类别下的 Window / Show view / Graph 插件依赖项

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.

  1. Add new software site http://download.eclipse.org/eclipse/pde/incubator/visualization/site
  2. Install a feature
  3. After restart, open Window / Show view / Graph plug-in dependencies under PDE category
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文