Skip to main content



      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 #25163] Mon, 06 October 2008 11:27
Eclipse UserFriend
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:Plugin to create packages and classes
Next Topic:Getting list of classes defined in a plugin
Goto Forum:
  


Current Time: Wed Apr 16 11:40:34 EDT 2025

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

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

Back to the top