Interface BinaryDataCompoundCommand

  • All Superinterfaces:
    BinaryDataCommand

    @ParametersAreNonnullByDefault
    public interface BinaryDataCompoundCommand
    extends BinaryDataCommand
    Interface for compound command.
    • Method Detail

      • appendCommand

        void appendCommand​(BinaryDataCommand command)
        Appends command to the list of commands.
        Parameters:
        command - appended command
      • appendCommands

        void appendCommands​(java.util.Collection<BinaryDataCommand> commands)
        Appends list of commands to the list of commands.
        Parameters:
        commands - appended commands
      • getCommands

        @Nonnull
        java.util.List<BinaryDataCommand> getCommands()
        Returns list of commands.
        Returns:
        list of commands
      • isEmpty

        boolean isEmpty()
        Returns true if compound command is empty.
        Returns:
        true if command is empty