Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] Setting an Equinox-based Development Environment

On Friday 06 October 2006 18:22, Piero Campanelli wrote:

> Question: is there a way to inspect what services does a bundle provide?
> (Ex. bundle xxx exports serviceA, serviceB, serviceC).

Export and Import of services was deprecated some time ago, and is no longer 
recommended. So, which services are registered(!) and consumed can only be 
obtained in runtime, and may in fact not be very static at all (up to the 
bundle author).

Equinox provide that via the console interface. IIRC, "bundle <bundle-id>" 
will list not only the services provided and consumed by the bundle, but also 
the wiring information of packages.


Cheers
Niclas


Back to the top