Interface CommandRegistry

    • Method Detail

      • getDaemon

        Daemon getDaemon()
      • getCommand

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

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

        java.util.Collection<Command> getAllCommands()