V
- the result type of methodpublic interface ScriptModuleExecutable<V>
Modifier and Type | Method and Description |
---|---|
V |
execute(ScriptModule scriptModule)
Execute the given ScriptModule.
|
V execute(ScriptModule scriptModule) throws java.lang.Exception
scriptModule
- the module to be executed provided by the executorjava.lang.Exception
- on any failures