Class ProcessResult
- java.lang.Object
-
- org.pentaho.di.trans.steps.execprocess.ProcessResult
-
public class ProcessResult extends Object
- Since:
- 03-Juin-2008
- Author:
- Samatar
-
-
Constructor Summary
Constructors Constructor Description ProcessResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getErrorStream()
long
getExistStatus()
String
getOutputStream()
void
setErrorStream(String string)
void
setExistStatus(long value)
void
setOutputStream(String string)
-
-
-
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)
-
-