org.sikuli.script
Class ScriptRunner

java.lang.Object
  extended by org.sikuli.script.ScriptRunner

public class ScriptRunner
extends Object


Constructor Summary
ScriptRunner(String[] args)
           
 
Method Summary
 void addTempHeader(String line)
           
 void close()
           
static ScriptRunner getInstance(String[] args)
           
 PythonInterpreter getPythonInterpreter()
           
 void runPython(String bundlePath)
           
 void runPython(String bundlePath, File pyFile)
           
 void runPythonAsync(String bundlePath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptRunner

public ScriptRunner(String[] args)
Method Detail

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