Class AggregateCommand

  • All Implemented Interfaces:
    ICommand

    public class AggregateCommand
    extends AbstractCommand
    A command used to aggregate an array of other commands into a single logical command. This is used for example to make multiple changes as a single "undoable" change.
    Author:
    eric.wittmann@gmail.com
    • Field Detail

      • info

        public com.fasterxml.jackson.databind.node.ObjectNode info
    • Constructor Detail

      • AggregateCommand

        public AggregateCommand()
      • AggregateCommand

        public AggregateCommand​(String name,
                                com.fasterxml.jackson.databind.node.ObjectNode info,
                                List<ICommand> commands)