public class BundleDelegatingClassLoader extends ClassLoader
Constructor and Description |
---|
BundleDelegatingClassLoader(org.osgi.framework.Bundle b) |
Modifier and Type | Method and Description |
---|---|
protected Class<?> |
findClass(String className) |
protected URL |
findResource(String resName) |
protected Enumeration<URL> |
findResources(String resName) |
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, setSigners
public BundleDelegatingClassLoader(org.osgi.framework.Bundle b)
protected Class<?> findClass(String className) throws ClassNotFoundException
findClass
in class ClassLoader
ClassNotFoundException
protected URL findResource(String resName)
findResource
in class ClassLoader
protected Enumeration<URL> findResources(String resName) throws IOException
findResources
in class ClassLoader
IOException
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.