public class DeployImageClassLoader extends URLClassLoader
Modifier and Type | Method and Description |
---|---|
static DeployImageClassLoader |
getInstance(String type,
String dir,
ClassLoader parent)
Obtains an instance of the classloader for a certain deploy image
(benchmark or service).
|
addURL, close, definePackage, findClass, findResource, findResources, getPermissions, getResourceAsStream, getURLs, newInstance, newInstance
defineClass, defineClass
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findLibrary, findLoadedClass, findSystemClass, getClassLoadingLock, getPackage, getPackages, getParent, getResource, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, loadClass, registerAsParallelCapable, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners
public static DeployImageClassLoader getInstance(String type, String dir, ClassLoader parent)
type
- The type of the deploy image, benchmark or servicedir
- The directory containing the deploy imageparent
- The parent class loader