public class ClassLoaderUtils extends Object
| Constructor and Description |
|---|
ClassLoaderUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Class<?> |
loadClass(String className)
Don't call me.
|
static Class<?> |
loadClass(String className,
boolean allowPrimitives)
Don't call me.
|
public static Class<?> loadClass(String className) throws ClassNotFoundException
className - ClassNotFoundExceptionpublic static Class<?> loadClass(String className, boolean allowPrimitives) throws ClassNotFoundException
className - ClassNotFoundExceptionCopyright © 2020 Soot OSS. All rights reserved.