Package gda.commandqueue
Class JythonScriptFileCommandProvider
java.lang.Object
gda.commandqueue.JythonScriptFileCommandProvider
- All Implemented Interfaces:
CommandProvider,Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionJythonScriptFileCommandProvider(String scriptFile) JythonScriptFileCommandProvider(String scriptFile, String description, String settingsPath) -
Method Summary
-
Field Details
-
scriptFile
-
description
-
settingsPath
-
-
Constructor Details
-
JythonScriptFileCommandProvider
public JythonScriptFileCommandProvider() -
JythonScriptFileCommandProvider
- Parameters:
scriptFile- - Full path to the scriptFile
-
JythonScriptFileCommandProvider
- Parameters:
scriptFile- - Full path to the scriptFiledescription- - text displayedsettingsPath- - file return by getDetails of Command
-
-
Method Details
-
getCommand
- Specified by:
getCommandin interfaceCommandProvider
-