Interface Executable
- All Superinterfaces:
Public
Public type acting as an executable.
- Since:
- 4.0.120
-
Method Summary
Modifier and TypeMethodDescriptiondefault Object
Delegates toexecute(java.util.Map, java.io.Writer, java.io.Writer)
, e.g. withSystem.out
andSystem.err
as second / third parameter.Execute this executable.
-
Method Details
-
execute
Delegates toexecute(java.util.Map, java.io.Writer, java.io.Writer)
, e.g. withSystem.out
andSystem.err
as 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
-