Interface Command
- All Known Implementing Classes:
ch.turic.commands.AbstractCommand,Program
public interface Command
A command that the interpreter can execute
-
Method Summary
-
Method Details
-
execute
Execute the command.- Parameters:
context- the Jamal processing environment- Returns:
- the result of the execution
- Throws:
ExecutionException
-