JavaScript is disabled on your browser.
Overview
Package
Class
Deprecated
Index
Help
Frames
No Frames
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
_
A
B
C
compile(java.io.Reader)
- Method in
GroovyScriptEngineImpl
createBindings()
- Method in
GroovyScriptEngineImpl
D
E
eval(javax.script.ScriptContext)
- Method in
GroovyCompiledScript
eval(java.lang.String, javax.script.ScriptContext)
- Method in
GroovyScriptEngineImpl
eval(javax.script.ScriptEngine, java.io.Reader, groovy.lang.Binding)
- Method in
ScriptExtensions
Same as
eval(ScriptEngine, Reader, Binding)
except that the source of the script is provided as a
Reader
F
G
getClassLoader()
- Method in
GroovyScriptEngineImpl
getEngine()
- Method in
GroovyCompiledScript
getEngineName()
- Method in
GroovyScriptEngineFactory
getEngineVersion()
- Method in
GroovyScriptEngineFactory
Note that the scripting.dev.java.net engine had this backwards.
getExtensions()
- Method in
GroovyScriptEngineFactory
getFactory()
- Method in
GroovyScriptEngineImpl
getInterface(java.lang.Object, Class<T>)
- Method in
GroovyScriptEngineImpl
getLanguageName()
- Method in
GroovyScriptEngineFactory
This is also different than scripting.dev.java.net which used an initial lowercase.
getLanguageVersion()
- Method in
GroovyScriptEngineFactory
getMethodCallSyntax(java.lang.String, java.lang.String, java.lang.String)
- Method in
GroovyScriptEngineFactory
getMimeTypes()
- Method in
GroovyScriptEngineFactory
getNames()
- Method in
GroovyScriptEngineFactory
getOutputStatement(java.lang.String)
- Method in
GroovyScriptEngineFactory
getParameter(java.lang.String)
- Method in
GroovyScriptEngineFactory
getProgram(java.lang.String)
- Method in
GroovyScriptEngineFactory
getScriptEngine()
- Method in
GroovyScriptEngineFactory
getVariable(java.lang.String)
- Method in
GroovyScriptEngineImpl
GroovyCompiledScript
- Class in
org.codehaus.groovy.jsr223
Used to represent compiled Groovy scripts.
GroovyCompiledScript(org.codehaus.groovy.jsr223.GroovyScriptEngineImpl, Class<?>)
- Constructor in
GroovyCompiledScript
GroovyScriptEngineFactory
- Class in
org.codehaus.groovy.jsr223
A factory class conforming to JSR-223 which is used to instantiate Groovy
ScriptEngines
and also exposes metadata describing Groovy's engine class.
GroovyScriptEngineImpl
- Class in
org.codehaus.groovy.jsr223
JSR-223 Engine implementation.
GroovyScriptEngineImpl(groovy.lang.GroovyClassLoader)
- Constructor in
GroovyScriptEngineImpl
H
I
invokeFunction(java.lang.String, java.lang.Object)
- Method in
GroovyScriptEngineImpl
invokeMethod(java.lang.Object, java.lang.String, java.lang.Object)
- Method in
GroovyScriptEngineImpl
invokeStaticMethod(java.lang.Object, java.lang.String, java.lang.Object)
- Method in
GroovyScriptEngineImpl
J
K
L
M
N
O
P
Q
R
run()
- Method in
GroovyScriptEngineImpl
S
ScriptExtensions
- Class in
org.codehaus.groovy.jsr223
This class defines new Java 6 specific groovy methods which extend the normal JDK classes inside the Groovy environment.
ScriptStaticExtensions
- Class in
org.codehaus.groovy.jsr223
This class defines new Java 6 specific static groovy methods which extend the normal JDK classes inside the Groovy environment.
setClassLoader(groovy.lang.GroovyClassLoader)
- Method in
GroovyScriptEngineImpl
setVariable(java.lang.String, java.lang.Object)
- Method in
GroovyScriptEngineImpl
T
U
V
W
X
Y
Z
_
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
_
Overview
Package
Class
Deprecated
Index
Help
Frames
No Frames
Copyright © 2003-2024 The Apache Software Foundation. All rights reserved.