AdamRice32
Programmer
Hi All,
Does anyone know if there's a way to get a list of all packages in a ClassLoader, and also a list of all of the classes within each package? I imagine that this is possible because several IDEs do it (Forte, for example).
Other than extending ClassLoader and using the protected getPackages() method, I don't see a way of doing this using the standard API.
Any thoughts?
Thanks,
Adam Rice
Does anyone know if there's a way to get a list of all packages in a ClassLoader, and also a list of all of the classes within each package? I imagine that this is possible because several IDEs do it (Forte, for example).
Other than extending ClassLoader and using the protected getPackages() method, I don't see a way of doing this using the standard API.
Any thoughts?
Thanks,
Adam Rice