public class ClassLoaderUtils extends Object
| Constructor and Description |
|---|
ClassLoaderUtils()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static Class |
forName(String className)
Deprecated.
Return the class for this name
|
static Class |
forName(String className,
boolean initialize,
ClassLoader classloader)
Deprecated.
Return the class for this name
|
static ClassLoader |
getClassLoader(Class cls)
Deprecated.
|
static ClassLoader |
getContextClassLoader(ClassLoader classLoader)
Deprecated.
|
public static ClassLoader getClassLoader(Class cls)
public static ClassLoader getContextClassLoader(ClassLoader classLoader)
public static Class forName(String className, boolean initialize, ClassLoader classloader) throws ClassNotFoundException
ClassNotFoundExceptionpublic static Class forName(String className) throws ClassNotFoundException
ClassNotFoundExceptionCopyright © 2004–2017 The Apache Software Foundation. All rights reserved.