public class PackageHelper extends Object
| Constructor and Description |
|---|
PackageHelper() |
| Modifier and Type | Method and Description |
|---|---|
static List<Class<?>> |
getClassesForPackage(String pckgname)
Attempts to list all the classes in the specified package as determined
by the context class loader
|
public static List<Class<?>> getClassesForPackage(String pckgname) throws ClassNotFoundException
pckgname - the package name to searchClassNotFoundException - if something went wrongCopyright © 2020. All rights reserved.