Class CliParser

java.lang.Object
org.bitsquad.warzone.cli.CliParser

public class CliParser extends Object
This class represents the implementation of the command line interface, which processes user input commands
  • Constructor Details

    • CliParser

      public CliParser()
  • Method Details

    • setDefaultCommandClassNames

      public static void setDefaultCommandClassNames()
    • setCommandClassNames

      public static void setCommandClassNames(List<String> p_newCommandClassNames)
    • parseCommandString

      public void parseCommandString(String p_ip) throws ClassNotFoundException, picocli.CommandLine.ParameterException
      Parses the inputted command string
      Parameters:
      p_ip - inputted command
      Throws:
      ClassNotFoundException
      picocli.CommandLine.ParameterException