com.googlecode.android_scripting
Class ScriptLauncher

java.lang.Object
  extended by com.googlecode.android_scripting.ScriptLauncher

public class ScriptLauncher
extends java.lang.Object


Method Summary
static HtmlActivityTask launchHtmlScript(java.io.File script, Service service, Intent intent, InterpreterConfiguration config)
           
static InterpreterProcess launchInterpreter(AndroidProxy proxy, Intent intent, InterpreterConfiguration config, java.lang.Runnable shutdownHook)
           
static ScriptProcess launchScript(java.io.File script, InterpreterConfiguration configuration, AndroidProxy proxy, java.lang.Runnable shutdownHook)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

launchHtmlScript

public static HtmlActivityTask launchHtmlScript(java.io.File script,
                                                Service service,
                                                Intent intent,
                                                InterpreterConfiguration config)

launchInterpreter

public static InterpreterProcess launchInterpreter(AndroidProxy proxy,
                                                   Intent intent,
                                                   InterpreterConfiguration config,
                                                   java.lang.Runnable shutdownHook)

launchScript

public static ScriptProcess launchScript(java.io.File script,
                                         InterpreterConfiguration configuration,
                                         AndroidProxy proxy,
                                         java.lang.Runnable shutdownHook)