Find classes inside the adapter

Hi,

I want to find classes inside my adapter. The ideia is to introspect classes that are inside one java package without knowing the name of the class. Something that returns a Sring array with the name of all the classes inside the java package would be fine…

any ideas??

Regards