Interface Executor.IExecutable

  • Enclosing class:
    Executor

    protected static interface Executor.IExecutable
    Characterizes the final executable.
    Author:
    Holger Eichelberger
    • 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 executor
        tracer - the tracer
        args - the script call arguments
        Throws:
        VilException - in case that artifact operations or script execution fails