com.googlecode.android_scripting.interpreter.shell
Class ShellInterpreter
java.lang.Object
com.googlecode.android_scripting.interpreter.Interpreter
com.googlecode.android_scripting.interpreter.shell.ShellInterpreter
- All Implemented Interfaces:
- InterpreterPropertyNames
public class ShellInterpreter
- extends Interpreter
Represents the shell.
- Author:
- Damon Kohler (damonkohler@gmail.com)
| 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 |
ShellInterpreter
public ShellInterpreter()
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