Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » Query for Extension Contribution in plug-in dependency order
Query for Extension Contribution in plug-in dependency order [message #100273] Tue, 23 October 2007 15:25
Rashmy A is currently offline Rashmy AFriend
Messages: 149
Registered: July 2009
Senior Member
Hi,
This message was posted in eclipse.platform and was informed that I could
get some answers from this forum.

My application creates its own Eclipse Registry by using the OSGI plug-in
since I would like to read the extension contributions in command-line apps.
I would like to query for extension point contributions in the plug-in
dependency order.

Say I have the below 3 plug-ins -
com.mycompany.aaa.plugin
- This defines a new extension point, say AAA

com.mycompany.bbb.plugin
- Contributes to the extension point AAA, say the ID of this contribution
is BPluginContributionID
- This plugin is also dependent on (com.mycompany.c.plugin)

com.mycompany.ccc.plugin
- Contributes to the extension point AAA, say the ID of this contribution
is CPluginContributionID

In the IDE when I query for the contributions made to the extension point
AAA, I get them in the below order
BPluginContributionID
CPluginContributionID

I want to get the extension contributions in the order of the plug-in
dependency, i.e., since "com.mycompany.bbb.plugin" is dependent on
"com.mycompany.ccc.plugin", I want to the extension contributions in the
order -
CPluginContributionID
BPluginContributionID

Are there any methods in Eclipse that would help me to get the extension
contributions in the plug-in depedency order?

Thanks,
Rashmy
Previous Topic:Bug in AdapterHook, more precisly BundleFileWrapperFactoryHook
Next Topic:How to use factory components with DS
Goto Forum:
  


Current Time: Tue Apr 23 14:14:52 GMT 2024

Powered by FUDForum. Page generated in 0.02634 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top