Package de.samply.reporter.script
Class ScriptEngineImpl
java.lang.Object
de.samply.reporter.script.ScriptEngineImpl
- All Implemented Interfaces:
ScriptEngine
- Direct Known Subclasses:
GroovyTemplatesEngine,ThymeleafEngine
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgenerateRawResult(Script script, Context context) protected voidremoveUnnecessaryEmptyLines(ScriptResult result, CsvConfig csvConfig) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.samply.reporter.script.ScriptEngine
generateCellContext, getScriptFramework
-
Constructor Details
-
ScriptEngineImpl
public ScriptEngineImpl()
-
-
Method Details
-
generateRawResult
- Specified by:
generateRawResultin interfaceScriptEngine- Throws:
ScriptEngineException
-
removeUnnecessaryEmptyLines
protected void removeUnnecessaryEmptyLines(ScriptResult result, CsvConfig csvConfig) throws ScriptEngineException - Throws:
ScriptEngineException
-
fetchRandomFilename
-