public final class ScriptInterpreterFactory extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ScriptInterpreterFactory.ScriptLanguage
All languages available.
|
| Constructor and Description |
|---|
ScriptInterpreterFactory() |
| Modifier and Type | Method and Description |
|---|---|
static ScriptInterpreterFactory |
getInstance() |
ScriptInterpreter |
getInterpreter(ScriptInterpreterFactory.ScriptLanguage language)
Get or create an interpreter for a given script language.
|
public static ScriptInterpreterFactory getInstance()
public ScriptInterpreter getInterpreter(ScriptInterpreterFactory.ScriptLanguage language)
language - Script language.Copyright © 2014–2017. All rights reserved.