public interface ScriptEngineResolver
ScriptEngineResolver tries to find a ScriptEngine according
to the given criteria.| Modifier and Type | Method and Description |
|---|---|
ScriptEngine |
resolveScriptEngine(String name)
Tries to find a script engine matching the given name.s
|
ScriptEngine resolveScriptEngine(String name)
name - ScriptEngine which matches the name or null if none
could be found.Copyright © 2018 camunda services GmbH. All rights reserved.