Interface Executor.IExecutable
-
- Enclosing class:
- Executor
protected static interface Executor.IExecutableCharacterizes the final executable.- Author:
- Holger Eichelberger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(Executor executor, ITracer tracer, java.util.Map<java.lang.String,java.lang.Object> args)Performs the final execution for a script.
-
-
-
Method Detail
-
execute
void execute(Executor executor, ITracer tracer, java.util.Map<java.lang.String,java.lang.Object> args) throws VilException
Performs the final execution for a script.- Parameters:
executor- the executortracer- the tracerargs- the script call arguments- Throws:
VilException- in case that artifact operations or script execution fails
-
-