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