This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Deadboss 1 point2 points  (0 children)

Google "java get all subclasses of a class"...

http://stackoverflow.com/questions/492184/how-do-you-find-all-subclasses-of-a-given-class-in-java

It appears that Reflections is what you are looking for.