com.googlecode.android_scripting
Class ScriptProcess

java.lang.Object
  extended by com.googlecode.android_scripting.Process
      extended by com.googlecode.android_scripting.interpreter.InterpreterProcess
          extended by com.googlecode.android_scripting.ScriptProcess

public class ScriptProcess
extends InterpreterProcess


Constructor Summary
ScriptProcess(java.io.File script, InterpreterConfiguration configuration, AndroidProxy proxy)
           
 
Method Summary
 java.lang.String getPath()
           
 
Methods inherited from class com.googlecode.android_scripting.interpreter.InterpreterProcess
getAddress, getHost, getInterpreter, getPort, getRpcReceiverManagerFactory, getSecret, getWorkingDirectory, kill, start
 
Methods inherited from class com.googlecode.android_scripting.Process
addAllArguments, addArgument, getErr, getFd, getIn, getLogFile, getName, getOut, getPid, getUptime, isAlive, putAllEnvironmentVariables, putEnvironmentVariable, setBinary, setName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptProcess

public ScriptProcess(java.io.File script,
                     InterpreterConfiguration configuration,
                     AndroidProxy proxy)
Method Detail

getPath

public java.lang.String getPath()