Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Getting list of classes defined in a plugin
Getting list of classes defined in a plugin [message #582193] Mon, 06 October 2008 15:27
Laurent Bartkowski is currently offline Laurent BartkowskiFriend
Messages: 3
Registered: July 2009
Junior Member
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.
Previous Topic:Getting list of classes defined in a plugin
Next Topic:How to add an external jar (in the network) to the classpath of a plugin project
Goto Forum:
  


Current Time: Thu Apr 25 19:29:34 GMT 2024

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

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

Back to the top