get All Classes In Package
Find all classes in a package programmatically. Uses java reflections.
Return
An array of all classes in the package.
Parameters
package Path
The path to the package. Example: "me.scolastico.tools"