Class JythonScriptFileCommandProvider

java.lang.Object
gda.commandqueue.JythonScriptFileCommandProvider
All Implemented Interfaces:
CommandProvider, Serializable

public class JythonScriptFileCommandProvider extends Object implements CommandProvider
See Also:
  • Field Details

    • scriptFile

      protected String scriptFile
    • description

      protected String description
    • settingsPath

      protected String settingsPath
  • Constructor Details

    • JythonScriptFileCommandProvider

      public JythonScriptFileCommandProvider()
    • JythonScriptFileCommandProvider

      public JythonScriptFileCommandProvider(String scriptFile)
      Parameters:
      scriptFile - - Full path to the scriptFile
    • JythonScriptFileCommandProvider

      public JythonScriptFileCommandProvider(String scriptFile, String description, String settingsPath)
      Parameters:
      scriptFile - - Full path to the scriptFile
      description - - text displayed
      settingsPath - - file return by getDetails of Command
  • Method Details