com.android.python27.process
Class PythonScriptProcess

java.lang.Object
  extended by com.android.python27.process.Process
      extended by com.android.python27.process.InterpreterProcess
          extended by com.android.python27.process.PythonScriptProcess
Direct Known Subclasses:
MyScriptProcess

public class PythonScriptProcess
extends InterpreterProcess


Field Summary
 
Fields inherited from class com.android.python27.process.Process
context
 
Constructor Summary
PythonScriptProcess(PyScriptService context, java.io.File paramFile, InterpreterConfiguration paramInterpreterConfiguration, AndroidProxy paramAndroidProxy)
           
 
Method Summary
 java.lang.String getPath()
           
 
Methods inherited from class com.android.python27.process.InterpreterProcess
getHost, getInterpreter, getPort, getRpcReceiverManagerFactory, getSdcardPackageDirectory, getSecret, getWorkingDirectory, kill, start
 
Methods inherited from class com.android.python27.process.Process
addAllArguments, addArgument, getErr, getFd, getIn, getLogFile, getName, getOut, getPid, getReturnValue, getUptime, isAlive, putAllEnvironmentVariables, putEnvironmentVariable, setBinary, setName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PythonScriptProcess

public PythonScriptProcess(PyScriptService context,
                           java.io.File paramFile,
                           InterpreterConfiguration paramInterpreterConfiguration,
                           AndroidProxy paramAndroidProxy)
Method Detail

getPath

public java.lang.String getPath()