Interface ScriptExecutable
- All Known Implementing Classes:
AbstractScriptExecutable,InterpretedScriptExecutable,PrecompiledExecutable
public interface ScriptExecutable
This interface provides convenient methods for executing scripts.
-
Method Summary
Modifier and TypeMethodDescriptionexecute()<T> TgetAsInterface(Class<T> clazz) <T> TgetAsInterface(Class<T> clazz, Map<String, Object> context) boolean
-
Method Details
-
getAsInterface
-
getAsInterface
-
execute
ScriptExecutionResult execute() -
execute
-
execute
-
isDisabled
boolean isDisabled()
-