Interface Executable
- All Superinterfaces:
Public
Public type acting as an executable.
- Since:
- 4.0.120
-
Method Summary
Modifier and TypeMethodDescriptiondefault ObjectDelegates toexecute(java.util.Map, java.io.Writer, java.io.Writer), e.g. withSystem.outandSystem.erras second / third parameter.Execute this executable.
-
Method Details
-
execute
Delegates toexecute(java.util.Map, java.io.Writer, java.io.Writer), e.g. withSystem.outandSystem.erras second / third parameter.- Parameters:
context- root context- Returns:
- result of the script execution
- Since:
- 4.0.120
-
execute
Execute this executable.- Parameters:
context- root context- Returns:
- result of the script execution
- Since:
- 4.0.120
-