| Package | Description |
|---|---|
| org.diet4j.core | |
| org.diet4j.runjunit | |
| org.diet4j.tomcat |
| Modifier and Type | Field and Description |
|---|---|
protected ModuleClassLoader |
NoClassDefFoundWithClassLoaderError.theClassLoader
The ClassLoader through which loading failed.
|
protected ModuleClassLoader[] |
ModuleClassLoader.theDependencyClassLoaders
The set of ModuleClassLoaders from the dependent Modules.
|
| Modifier and Type | Method and Description |
|---|---|
ModuleClassLoader[] |
ModuleClassLoader.getDependencyClassLoaders()
Obtain the ClassLoaders from dependent Modules.
|
| Constructor and Description |
|---|
ModuleClassLoader(Module mod,
ClassLoader parent,
ModuleClassLoader[] dependencyClassLoaders,
String[] doNotLoadClassPrefixes)
Construct one with the Module whose classes this ModuleClassLoader is
supposed to load, the parent/system ClassLoader, and the ClassLoaders of dependent Modules.
|
NoClassDefFoundWithClassLoaderError(String s,
ModuleClassLoader loader)
Constructs a
NoClassDefFoundError with the specified
detail message. |
| Modifier and Type | Class and Description |
|---|---|
class |
ToplevelClassLoader
Overrides ModuleClassLoader so the test classes can be found in the local
file system even if they have not been put into a Module.
|
| Constructor and Description |
|---|
ToplevelClassLoader(File[] dirs,
ClassLoader parent,
ModuleClassLoader[] dependencyClassLoaders,
String[] doNotLoadClassPrefixes)
Construct one with the Module whose classes this ModuleClassLoader is
supposed to load, the parent/system ClassLoader, and the ClassLoaders of dependent Modules.
|
| Modifier and Type | Field and Description |
|---|---|
protected ModuleClassLoader[] |
TomcatWebAppClassLoader.theDependencyClassLoaders
The set of ModuleClassLoaders from the dependent Modules.
|
Copyright © 2018. All rights reserved.