|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.ClassLoader
java.security.SecureClassLoader
java.net.URLClassLoader
org.gradle.api.internal.initialization.DefaultScriptHandler.ProjectClassLoader
class DefaultScriptHandler.ProjectClassLoader extends java.net.URLClassLoader
Constructor Summary | |
DefaultScriptHandler.ProjectClassLoader(java.lang.ClassLoader parentClassLoader)
|
Method Summary | |
---|---|
protected void
|
addURL(URL url)
|
Methods inherited from class java.net.URLClassLoader | |
---|---|
newInstance, newInstance, findResource, findResources, getURLs, loadClass, getSystemClassLoader, getResourceAsStream, getResource, getSystemResourceAsStream, getSystemResource, getResources, getSystemResources, getParent, setDefaultAssertionStatus, setPackageAssertionStatus, setClassAssertionStatus, clearAssertionStatus, hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll |
Methods inherited from class java.security.SecureClassLoader | |
---|---|
loadClass, getSystemClassLoader, getResourceAsStream, getResource, getSystemResourceAsStream, getSystemResource, getResources, getSystemResources, getParent, setDefaultAssertionStatus, setPackageAssertionStatus, setClassAssertionStatus, clearAssertionStatus, hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll |
Methods inherited from class java.lang.ClassLoader | |
---|---|
loadClass, getSystemClassLoader, getResourceAsStream, getResource, getSystemResourceAsStream, getSystemResource, getResources, getSystemResources, getParent, setDefaultAssertionStatus, setPackageAssertionStatus, setClassAssertionStatus, clearAssertionStatus, hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll |
Methods inherited from class java.lang.Object | |
---|---|
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll |
Constructor Detail |
---|
public DefaultScriptHandler.ProjectClassLoader(java.lang.ClassLoader parentClassLoader)
Method Detail |
---|
@Override protected void addURL(URL url)
Groovy Documentation