Class CommandController

java.lang.Object
gov.nasa.jpl.command.CommandController

public class CommandController extends Object
This class takes in a command string, parses it, and issues the appropriate command.
  • Constructor Details

    • CommandController

      public CommandController()
  • Method Details

    • issueCommand

      public static boolean issueCommand(String command, String commandString)
      Takes in a command as a string and issues the appropriate command.
      Parameters:
      command - - name of command to be executed
      commandString - - string containing activity name, id, etc. depending on command
      Returns:
      - boolean, true when execution finishes correctly or throws CommandException