Class CommandSelector

java.lang.Object
org.sonews.daemon.CommandSelector

@Component public class CommandSelector extends Object
Selects the correct command processing class.
Since:
sonews/1.0
Author:
Christian Lins
  • Constructor Details

    • CommandSelector

      public CommandSelector()
  • Method Details

    • get

      public Command get(String commandName)
    • init

      @PostConstruct protected void init()