@Deprecated
public class ClassUtils
extends java.lang.Object
ContextConfigurator.makeFitNesseContext()
whenever a new FitNesseContext is
created. getClassLoader
Note that there are still direct invocations of Class.forName in the code. Those pieces of code are executed on
the SUT or have otherwise no relation with the plugins system.Modifier and Type | Method and Description |
---|---|
static <T> java.lang.Class<T> |
forName(java.lang.String className)
Deprecated.
|
static java.lang.ClassLoader |
getClassLoader()
Deprecated.
|
static void |
setClassLoader(java.lang.ClassLoader classLoader)
Deprecated.
|
@Deprecated public static <T> java.lang.Class<T> forName(java.lang.String className) throws java.lang.ClassNotFoundException
java.lang.ClassNotFoundException
@Deprecated public static void setClassLoader(java.lang.ClassLoader classLoader)
@Deprecated public static java.lang.ClassLoader getClassLoader()