Class CommandRegistry


  • public class CommandRegistry
    extends java.lang.Object
    • Constructor Detail

      • CommandRegistry

        public CommandRegistry​(Daemon daemon)
    • Method Detail

      • getDaemon

        public Daemon getDaemon()
      • getCommand

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

        public void addCommand​(java.lang.String... classNames)
      • addCommand

        public void addCommand​(java.lang.Class<? extends Command> commandClass)
      • getAllCommands

        public java.util.Collection<Command> getAllCommands()