J
Jerald
I'm trying to build a flexible plugin structure and it seems like a good
way would be to include each plugin class in a package.
That assumes, of course, that there is some way to discover what classes
exist in the package. So far I cannot find anything in the ClassLoader,
Class or Package specs that would obviously do that. Any methods I can
find require me to know the name of the class I want to load.
Am I barking up the wrong tree? Is there another good way to go about this?
Thank you
Rich
way would be to include each plugin class in a package.
That assumes, of course, that there is some way to discover what classes
exist in the package. So far I cannot find anything in the ClassLoader,
Class or Package specs that would obviously do that. Any methods I can
find require me to know the name of the class I want to load.
Am I barking up the wrong tree? Is there another good way to go about this?
Thank you
Rich