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.ClassNotFoundException
getClassLoader()
Copyright © 2021. All rights reserved.