Package org.eclipse.jetty.osgi.util
Class FakeURLClassLoader
java.lang.Object
java.lang.ClassLoader
java.security.SecureClassLoader
java.net.URLClassLoader
org.eclipse.jetty.osgi.util.FakeURLClassLoader
- All Implemented Interfaces:
Closeable
,AutoCloseable
FakeURLClassLoader
A URLClassloader that overrides the getURLs() method to return the list of urls passed in to the constructor, but otherwise acts as if it has no urls, which would cause it to delegate to the parent classloader (in this case an OSGi classloader).
The main use of this class is with jars containing tlds. Jasper expects a URL classloader to inspect for jars with tlds.
-
Constructor Summary
-
Method Summary
Methods inherited from class java.net.URLClassLoader
addURL, close, definePackage, findClass, findResource, findResources, getPermissions, getResourceAsStream, newInstance, newInstance
Methods inherited from class java.security.SecureClassLoader
defineClass, defineClass
Methods inherited from class java.lang.ClassLoader
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findClass, findLibrary, findLoadedClass, findResource, findSystemClass, getClassLoadingLock, getDefinedPackage, getDefinedPackages, getName, getPackage, getPackages, getParent, getPlatformClassLoader, getResource, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, getUnnamedModule, isRegisteredAsParallelCapable, loadClass, loadClass, registerAsParallelCapable, resolveClass, resources, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners
-
Constructor Details
-
FakeURLClassLoader
-
-
Method Details
-
getURLs
- Overrides:
getURLs
in classURLClassLoader
- Returns:
- the jars that contains tlds so that TldLocationsCache or TldScanner can find them.
-
toString
-