public interface ISimpleDelegationClassLoader
| Modifier and Type | Method and Description |
|---|---|
ISimpleDelegationClassLoader |
getDelegate() |
URL |
getResource(String name) |
InputStream |
getResourceAsStream(String name) |
Enumeration<URL> |
getResources(String name) |
Class<?> |
loadClass(String name,
boolean resolve) |
void |
setDelegate(ISimpleDelegationClassLoader del)
Set the delegation ClassLoader which will respond to all classloading
requests.
|
void setDelegate(ISimpleDelegationClassLoader del)
del - ISimpleDelegationClassLoader getDelegate()
Class<?> loadClass(String name, boolean resolve) throws ClassNotFoundException
ClassNotFoundExceptionInputStream getResourceAsStream(String name)
Enumeration<URL> getResources(String name) throws IOException
IOExceptionCopyright © 2015. All Rights Reserved.