How to discovering types exported by OSGi bundle without installing/activating ?

Posted by mP on Stack Overflow See other posts from Stack Overflow or by mP
Published on 2009-04-24T12:09:42Z Indexed on 2010/04/06 8:33 UTC
Read the original article Hit count: 194

Filed under:

Basically i want to discover if a jar implements any number of interfaces wihtout activating or starting the bundle. Is it possible to read the meta data from the meta-inf from an API just like the container does but without activating a bundle ?

I want to use OSGi to support plugins of which numerous interfaces will be published and i would like to know which interfaces are implemented by a bundle when the user uploads without activating the bundle etc.

© Stack Overflow or respective owner

Related posts about osgi