org.camunda.bpm.extension.osgi.scripting
Interface ScriptEngineResolver

All Known Implementing Classes:
BundleScriptEngineResolver

public interface ScriptEngineResolver

A ScriptEngineResolver tries to find a ScriptEngine according to the given criteria.

Author:
Ronny Bräunlich

Method Summary
 ScriptEngine resolveScriptEngine(String name)
          Tries to find a script engine matching the given name.s
 

Method Detail

resolveScriptEngine

ScriptEngine resolveScriptEngine(String name)
Tries to find a script engine matching the given name.s

Parameters:
name -
Returns:
a ScriptEngine which matches the name or null if none could be found.


Copyright © 2015 camunda services GmbH. All rights reserved.