public class ClassLoadingUtility extends Object
| Constructor and Description |
|---|
ClassLoadingUtility() |
| Modifier and Type | Method and Description |
|---|---|
static Class |
loadClass(String className)
Loads the class with the common class loader.
|
public static Class loadClass(String className) throws ClassNotFoundException
the - class nameif - the class is not found.ClassNotFoundExceptiongetClassLoader()Copyright © 2019. All rights reserved.