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
ClassNotFoundException
public static Class forName(String className) throws ClassNotFoundException
ClassNotFoundException
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.