Interface Command

    • Method Detail

      • getOneLineDescription

        String getOneLineDescription()
      • setCommandContext

        void setCommandContext​(CommandContext context)
      • execute

        void execute​(List<String> tokens)
              throws Exception
        Execute the specified command
        Parameters:
        tokens - - arguments to the command
        Throws:
        Exception