Class JythonScriptFileRunnerCommand

java.lang.Object
gda.commandqueue.CommandBase
gda.commandqueue.JythonScriptFileRunnerCommand
All Implemented Interfaces:
Command, gda.observable.IObservable, Serializable
Direct Known Subclasses:
JythonCommandStringRunnerCommand

public class JythonScriptFileRunnerCommand extends CommandBase
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

    • scriptFile

      protected String scriptFile
    • settingsFile

      protected String settingsFile
    • hasAlreadyBeenRun

      protected boolean hasAlreadyBeenRun
  • Constructor Details

    • JythonScriptFileRunnerCommand

      public JythonScriptFileRunnerCommand()
  • Method Details