Interface Scripting
public interface Scripting
- Author:
- Alberto Montero, Brian Wing Shun Chan, Shuyang Zhou
-
Method Details
-
clearCache
- Throws:
ScriptingException
-
createScriptingExecutor
-
eval
Map<String,Object> eval(Set<String> allowedClasses, Map<String, Object> inputObjects, Set<String> outputNames, String language, String script) throws ScriptingException- Throws:
ScriptingException
-
exec
void exec(Set<String> allowedClasses, Map<String, Object> inputObjects, String language, String script) throws ScriptingException- Throws:
ScriptingException
-
getSupportedLanguages
-
validate
- Throws:
ScriptingException
-