public class RuntimeLaunchClassLoader extends ClassLoader
| Constructor and Description |
|---|
RuntimeLaunchClassLoader(ClassLoader parent) |
| Modifier and Type | Method and Description |
|---|---|
protected Class<?> |
findClass(String name) |
protected Class<?> |
findClass(String moduleName,
String name) |
protected URL |
findResource(String name) |
protected URL |
findResource(String moduleName,
String name) |
protected Enumeration<URL> |
findResources(String name) |
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findLibrary, findLoadedClass, findSystemClass, getClassLoadingLock, getPackage, getPackages, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, loadClass, registerAsParallelCapable, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSignerspublic RuntimeLaunchClassLoader(ClassLoader parent)
protected Class<?> findClass(String name) throws ClassNotFoundException
findClass in class ClassLoaderClassNotFoundExceptionprotected URL findResource(String moduleName, String name) throws IOException
IOExceptionprotected URL findResource(String name)
findResource in class ClassLoaderprotected Enumeration<URL> findResources(String name) throws IOException
findResources in class ClassLoaderIOExceptionCopyright © 2021 JBoss by Red Hat. All rights reserved.