Interface CommandRegistry

  • All Known Implementing Classes:
    ShellCommandRegistry

    public interface CommandRegistry
    A registry that contains the commands known by a shell.

    Created: 2017. 10. 25.

    • Method Detail

      • getCommand

        Command getCommand​(java.lang.String commandName)
      • getCommand

        Command getCommand​(java.lang.Class<? extends Command> commandClass)
      • getAllCommands

        java.util.Collection<Command> getAllCommands()