Given a package in java language, I want to know how many classes it contains and their list (list of these classes).
I can access to my package with myClass1.class.getPackage()
but after this I don't have some thing like getClasses()
or size()
or lenght
or ClassesCount()
.
Thank You