StandardScriptEvaluator()
Construct a new StandardScriptEvaluator.
StandardScriptEvaluator(classLoader: ClassLoader)
Construct a new StandardScriptEvaluator for the given class loader.
classLoader - the class loader to use for script engine detection
StandardScriptEvaluator(scriptEngineManager: ScriptEngineManager)
Construct a new StandardScriptEvaluator for the given JSR-223 ScriptEngineManager to obtain script engines from.
scriptEngineManager - the ScriptEngineManager (or subclass thereof) to use
Since
4.2.2