public class SpinScriptEnv extends Object
Modifier and Type | Field and Description |
---|---|
static Map<String,String> |
extensions
Mapping of known
ScriptEngine language names and
file extensions of corresponding script files. |
Constructor and Description |
---|
SpinScriptEnv() |
Modifier and Type | Method and Description |
---|---|
static String |
get(String language)
Get the spin scripting environment
|
static String |
getExtension(String language)
Get file extension for script language.
|
protected static String |
loadScriptEnv(String language,
String extension) |
public static final Map<String,String> extensions
ScriptEngine
language names and
file extensions of corresponding script files.public static String getExtension(String language)
language
- the language namepublic static String get(String language)
language
- the language nameCopyright © 2019 Camunda Services GmbH. All rights reserved.