Class JythonCommandStringRunnerCommand

All Implemented Interfaces:
Command, gda.observable.IObservable, Serializable
Direct Known Subclasses:
ExperimentCommand

public class JythonCommandStringRunnerCommand extends JythonScriptFileRunnerCommand
JythonScriptFileRunnerCommand is an implementation of Command whose run method runs the script file set by the setScriptFile method in the CommandRunner
See Also:
  • Field Details

    • commandString

      protected String commandString
  • Constructor Details

    • JythonCommandStringRunnerCommand

      public JythonCommandStringRunnerCommand()
  • Method Details