public class DefaultApplicationClassLoader extends URLClassLoader implements ApplicationClassLoader
| Constructor and Description |
|---|
DefaultApplicationClassLoader(Application app,
File[] additionalClassPath)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Application |
getApplication()
Return the application.
|
IOProvider.Readable |
getIOProvider(String filename)
Return an IOProvider for the given application's resource.
|
addURL, close, definePackage, findClass, findResource, findResources, getPermissions, getResourceAsStream, getURLs, newInstance, newInstancedefineClass, defineClassclearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findLibrary, findLoadedClass, findSystemClass, getClassLoadingLock, getPackage, getPackages, getParent, getResource, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, loadClass, registerAsParallelCapable, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSignersclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetResource, loadClasspublic DefaultApplicationClassLoader(Application app, File[] additionalClassPath)
public Application getApplication()
ApplicationClassLoadergetApplication in interface ApplicationClassLoaderpublic IOProvider.Readable getIOProvider(String filename)
ApplicationClassLoadergetIOProvider in interface ApplicationClassLoaderCopyright © 2019. All rights reserved.