org.eclipse.smila.utils.scriptexecution
Interface ScriptExecutor
- All Known Implementing Classes:
- UnixScriptExecutor, WindowsScriptExecutor
public interface ScriptExecutor
Interface for script execution.
Method Summary |
int |
execute(java.io.File file)
Executes script. |
execute
int execute(java.io.File file)
throws java.io.IOException,
java.lang.InterruptedException
- Executes script.
- Parameters:
file
- script file
- Returns:
- result code
- Throws:
java.io.IOException
- IOException
java.lang.InterruptedException
- InterruptedException