| Modifier and Type | Method and Description |
|---|---|
static ScriptInterpreterFactory.ScriptLanguage |
ScriptInterpreterFactory.ScriptLanguage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScriptInterpreterFactory.ScriptLanguage[] |
ScriptInterpreterFactory.ScriptLanguage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ScriptInterpreter |
ScriptInterpreterFactory.getInterpreter(ScriptInterpreterFactory.ScriptLanguage language)
Get or create an interpreter for a given script language.
|
Copyright © 2014–2017. All rights reserved.