org.sikuli.script
Class ScriptRunner
java.lang.Object
org.sikuli.script.ScriptRunner
public class ScriptRunner
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScriptRunner
public ScriptRunner(String[] args)
getInstance
public static ScriptRunner getInstance(String[] args)
addTempHeader
public void addTempHeader(String line)
getPythonInterpreter
public PythonInterpreter getPythonInterpreter()
runPython
public void runPython(String bundlePath,
File pyFile)
throws IOException
- Throws:
IOException
close
public void close()
runPythonAsync
public void runPythonAsync(String bundlePath)
throws IOException
- Throws:
IOException
runPython
public void runPython(String bundlePath)
throws IOException
- Throws:
IOException