Interface CommandsRegistry


public interface CommandsRegistry
  • Method Details

    • add

      boolean add(Command command)
    • remove

      boolean remove(Command fluentCommand)
    • commands

      List<Command> commands()
    • removeAll

      void removeAll()