Class ReconfigurableManager

java.lang.Object
pro.gravit.launchserver.manangers.ReconfigurableManager

public class ReconfigurableManager extends Object
  • Constructor Details

    • ReconfigurableManager

      public ReconfigurableManager()
  • Method Details

    • registerReconfigurable

      public void registerReconfigurable(String name, Reconfigurable reconfigurable)
    • unregisterReconfigurable

      public void unregisterReconfigurable(String name)
    • call

      public void call(String name, String action, String[] args) throws Exception
      Throws:
      Exception
    • printHelp

      public void printHelp(String name) throws pro.gravit.utils.command.CommandException
      Throws:
      pro.gravit.utils.command.CommandException
    • getCommands

      public Map<String,pro.gravit.utils.command.Command> getCommands()