org.springframework.boot.loader
Class LaunchedURLClassLoader
java.lang.Object
java.lang.ClassLoader
java.security.SecureClassLoader
java.net.URLClassLoader
org.springframework.boot.loader.LaunchedURLClassLoader
public class LaunchedURLClassLoader
- extends URLClassLoader
ClassLoader used by the Launcher.
- Author:
- Phillip Webb
| Methods inherited from class java.lang.ClassLoader |
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findLibrary, findLoadedClass, findSystemClass, getPackage, getPackages, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, loadClass, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LaunchedURLClassLoader
public LaunchedURLClassLoader(URL[] urls,
ClassLoader parent)
- Create a new
LaunchedURLClassLoader instance.
- Parameters:
urls - the URLs from which to load classes and resourcesparent - the parent class loader for delegation
findClass
protected Class<?> findClass(String name)
throws ClassNotFoundException
- Overrides:
findClass in class URLClassLoader
- Throws:
ClassNotFoundException
Copyright © 2013. All Rights Reserved.