Interface AdminCommand

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void execute​(AdminCommandContext context)
      Executes the command with the command parameters passed as Properties where the keys are the parameter names and the values are the parameter values
    • Method Detail

      • execute

        void execute​(AdminCommandContext context)
        Executes the command with the command parameters passed as Properties where the keys are the parameter names and the values are the parameter values
        Parameters:
        context - information