| Modifier and Type | Class and Description |
|---|---|
class |
BeanShellScriptInterpreter
Provides a facade to evaluate BeanShell scripts.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<java.lang.String,ScriptInterpreter> |
ScriptRunner.scriptInterpreters
The supported script interpreters, indexed by the lower-case file extension of their associated script files,
never
null. |
| Modifier and Type | Method and Description |
|---|---|
private ScriptInterpreter |
ScriptRunner.getInterpreter(java.io.File scriptFile)
Determines the script interpreter for the specified script file by looking at its file extension.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScriptRunner.addScriptInterpreter(java.lang.String id,
ScriptInterpreter scriptInterpreter) |