| Author |
Using reflection to find all classes in a given package
|
Suhaasi Karnik
Greenhorn
Joined: Mar 15, 2004
Posts: 23
|
|
Hi, Is it possible to find out all classes and/or subpackages of a given package using reflection? Thanks in advance, Suhaasi
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
|
There's no API to do it directly. However you can find out the package for a particular classs, and you can trawl through all classes in your classpath.
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
 |
|
|
subject: Using reflection to find all classes in a given package
|
|
|