|
Groovy 1.7.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.ClassLoader
java.security.SecureClassLoader
java.net.URLClassLoader
groovy.lang.GroovyClassLoader
groovy.util.GroovyScriptEngine.ScriptClassLoader
class GroovyScriptEngine.ScriptClassLoader extends GroovyClassLoader
Field Summary |
---|
Fields inherited from class GroovyClassLoader | |
---|---|
classCache, sourceCache |
Constructor Summary | |
GroovyScriptEngine.ScriptClassLoader(GroovyClassLoader loader)
|
|
GroovyScriptEngine.ScriptClassLoader(ClassLoader loader)
|
Method Summary | |
---|---|
protected CompilationUnit
|
createCompilationUnit(CompilerConfiguration config, CodeSource source)
|
Class
|
parseClass(GroovyCodeSource codeSource, boolean shouldCacheSource)
|
Methods inherited from class URLClassLoader | |
---|---|
findResource, findResources, newInstance, newInstance, getURLs, loadClass, getSystemClassLoader, getResources, getSystemResources, getParent, setDefaultAssertionStatus, setPackageAssertionStatus, setClassAssertionStatus, clearAssertionStatus, getResourceAsStream, getResource, getSystemResourceAsStream, getSystemResource, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Methods inherited from class SecureClassLoader | |
---|---|
loadClass, getSystemClassLoader, getResources, getSystemResources, getParent, setDefaultAssertionStatus, setPackageAssertionStatus, setClassAssertionStatus, clearAssertionStatus, getResourceAsStream, getResource, getSystemResourceAsStream, getSystemResource, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Methods inherited from class ClassLoader | |
---|---|
loadClass, getSystemClassLoader, getResources, getSystemResources, getParent, setDefaultAssertionStatus, setPackageAssertionStatus, setClassAssertionStatus, clearAssertionStatus, getResourceAsStream, getResource, getSystemResourceAsStream, getSystemResource, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Constructor Detail |
---|
public GroovyScriptEngine.ScriptClassLoader(GroovyClassLoader loader)
public GroovyScriptEngine.ScriptClassLoader(ClassLoader loader)
Method Detail |
---|
@Override protected CompilationUnit createCompilationUnit(CompilerConfiguration config, CodeSource source)
@Override public Class parseClass(GroovyCodeSource codeSource, boolean shouldCacheSource)
Copyright © 2003-2009 The Codehaus. All rights reserved.