Getting list of classes defined in a plugin [message #25163] |
Mon, 06 October 2008 11:27 |
Eclipse User |
|
|
|
Hi,
i'm looking for a way to get the list of classes declared in a plugin. The
related Bundle to my plugin, through its BundleLoader or proxy, seems to
have this information, but all theses informations are private and thus
unusable.
My final need is to programmatically get all classes from inside my
plugin, then check if some classes are extended an precise abstract class,
and finally call a method on theses objects, through any reflection way.
Please note i can use a solution comparable to the action "Type hierarchy"
if necessary, but it seems to be a too massive solution.
Is there a solution to my problem ?
I googled a lot, without find any solution.
Thanks you in advance, LB.
|
|
|
Powered by
FUDForum. Page generated in 0.02856 seconds