public interface ScriptEngineConfigurator
| Modifier and Type | Method and Description |
|---|---|
Object |
eval(ScriptEngine engine,
String scriptBody,
String[] modulePaths) |
URL[] |
getModuleURLsForClasspath(String[] modulePaths,
ComponentLog log) |
String |
getScriptEngineName() |
Object |
init(ScriptEngine engine,
String scriptBody,
String[] modulePaths) |
String getScriptEngineName()
URL[] getModuleURLsForClasspath(String[] modulePaths, ComponentLog log)
Object init(ScriptEngine engine, String scriptBody, String[] modulePaths) throws ScriptException
ScriptExceptionObject eval(ScriptEngine engine, String scriptBody, String[] modulePaths) throws ScriptException
ScriptExceptionCopyright © 2021 Apache NiFi Project. All rights reserved.