Interface GroovyEvaluationService
- All Known Implementing Classes:
GroovyEvaluationServiceImpl
public interface GroovyEvaluationService
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionEvaluate a groovy string with the given binding.@Nullable ScriptExecutionContext
-
Method Details
-
evaluate
GroovyEvaluationService.ScriptResult evaluate(String script, groovy.lang.Binding binding) throws ScriptEvaluationException Evaluate a groovy string with the given binding.- Throws:
ScriptEvaluationException
-
getContextForCurrentThread
-