Class LineCommand

java.lang.Object
edu.wisc.ssec.mcidasv.jython.Command
edu.wisc.ssec.mcidasv.jython.LineCommand

class LineCommand extends Command
This class is a type of Command that represents a line of Jython. These sorts of commands are only created by user input in a Console.
  • Field Details

    • command

      private String command
      The line of jython that needs to be passed to the interpreter
  • Constructor Details

    • LineCommand

      public LineCommand(Console console, String command)
      Creates a command based upon the contents of command.
      Parameters:
      console - Console where the specified text came from.
      command - Text that will be passed to an Interpreter for execution.
  • Method Details