org.pentaho.di.trans.steps.execprocess
Class ProcessResult

java.lang.Object
  extended by org.pentaho.di.trans.steps.execprocess.ProcessResult

public class ProcessResult
extends Object

Since:
03-Juin-2008
Author:
Samatar

Constructor Summary
ProcessResult()
           
 
Method Summary
 String getErrorStream()
           
 long getExistStatus()
           
 String getOutputStream()
           
 void setErrorStream(String string)
           
 void setExistStatus(long value)
           
 void setOutputStream(String string)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessResult

public ProcessResult()
Method Detail

getOutputStream

public String getOutputStream()

setOutputStream

public void setOutputStream(String string)

getErrorStream

public String getErrorStream()

setErrorStream

public void setErrorStream(String string)

getExistStatus

public long getExistStatus()

setExistStatus

public void setExistStatus(long value)