Class CommandVerificationHandler

  • All Implemented Interfaces:
    CommandHistoryConsumer

    public class CommandVerificationHandler
    extends Object
    implements CommandHistoryConsumer
    This class implements the (post transmission) command verification.

    There is one handler for all the verifiers of a command.

    This handler collects all command attributes, command arguments and command history events and transforms them to parameters to be given to the verifiers when they run.

    • Method Detail

      • start

        public void start()
      • getProcessor

        public Processor getProcessor()
      • getCommandParameters

        public List<ParameterValue> getCommandParameters()
        Returns the collected list of pseudo parameter values related to command: command properties, command arguments and command history events. Additional command history events may come later via updatedCommandHistoryParam