Modifier and Type | Method and Description |
---|---|
Object |
ScriptInterpreter.evaluateScript(String script,
List<String> classPath,
Map<String,? extends Object> globalVariables,
PrintStream scriptOutput)
Evaluates the specified script.
|
Object |
GroovyScriptInterpreter.evaluateScript(String script,
List<String> classPath,
Map<String,? extends Object> globalVariables,
PrintStream scriptOutput)
Evaluates the specified script.
|
Object |
BeanShellScriptInterpreter.evaluateScript(String script,
List<String> classPath,
Map<String,? extends Object> globalVariables,
PrintStream scriptOutput)
Evaluates the specified script.
|
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.