com.googlecode.android_scripting.interpreter.html
Class HtmlInterpreter

java.lang.Object
  extended by com.googlecode.android_scripting.interpreter.Interpreter
      extended by com.googlecode.android_scripting.interpreter.html.HtmlInterpreter
All Implemented Interfaces:
InterpreterPropertyNames

public class HtmlInterpreter
extends Interpreter


Field Summary
static java.lang.String ANDROID_JS_FILE
           
static java.lang.String HTML
           
static java.lang.String HTML_EXTENSION
           
static java.lang.String HTML_NICE_NAME
           
static java.lang.String JSON_FILE
           
 
Fields inherited from interface com.googlecode.android_scripting.interpreter.InterpreterPropertyNames
BINARY, EXTENSION, HAS_INTERACTIVE_MODE, INTERACTIVE_COMMAND, NAME, NICE_NAME, SCRIPT_COMMAND
 
Constructor Summary
HtmlInterpreter(Context context)
           
 
Method Summary
 java.lang.String getAndroidJsSource()
           
 java.lang.String getJsonSource()
           
 int getVersion()
           
 boolean hasExtrasArchive()
           
 boolean hasInterpreterArchive()
           
 boolean hasScriptsArchive()
           
 boolean isInstalled()
           
 boolean isUninstallable()
           
 
Methods inherited from class com.googlecode.android_scripting.interpreter.Interpreter
buildFromMaps, getBinary, getContentTemplate, getEnvironmentVariables, getExtension, getInteractiveCommand, getLanguage, getName, getNiceName, getRpcText, getScriptCommand, hasInteractiveMode
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HTML

public static final java.lang.String HTML
See Also:
Constant Field Values

HTML_EXTENSION

public static final java.lang.String HTML_EXTENSION
See Also:
Constant Field Values

JSON_FILE

public static final java.lang.String JSON_FILE
See Also:
Constant Field Values

ANDROID_JS_FILE

public static final java.lang.String ANDROID_JS_FILE
See Also:
Constant Field Values

HTML_NICE_NAME

public static final java.lang.String HTML_NICE_NAME
See Also:
Constant Field Values
Constructor Detail

HtmlInterpreter

public HtmlInterpreter(Context context)
                throws java.io.IOException
Throws:
java.io.IOException
Method Detail

hasInterpreterArchive

public boolean hasInterpreterArchive()

hasExtrasArchive

public boolean hasExtrasArchive()

hasScriptsArchive

public boolean hasScriptsArchive()

getVersion

public int getVersion()

isUninstallable

public boolean isUninstallable()
Overrides:
isUninstallable in class Interpreter

isInstalled

public boolean isInstalled()
Overrides:
isInstalled in class Interpreter

getJsonSource

public java.lang.String getJsonSource()

getAndroidJsSource

public java.lang.String getAndroidJsSource()