| Modifier and Type | Class and Description |
|---|---|
static class |
ScriptInvoker.Conversions |
| Constructor and Description |
|---|
ScriptInvoker(javax.script.Invocable invocable) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
invoke(java.lang.String name,
InvokerArguments arguments)
Invoke something.
|
public java.lang.Object invoke(java.lang.String name,
InvokerArguments arguments)
throws javax.script.ScriptException,
java.lang.NoSuchMethodException
Invoker