com.eurotech.framework.linux.util
Class ProcessStats

java.lang.Object
  extended by com.eurotech.framework.linux.util.ProcessStats

public class ProcessStats
extends Object


Constructor Summary
ProcessStats(Process proc)
           
 
Method Summary
 InputStream getErrorStream()
           
 InputStream getInputStream()
           
 OutputStream getOutputStream()
           
 Process getProcess()
           
 int getReturnValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessStats

public ProcessStats(Process proc)
Method Detail

getProcess

public Process getProcess()

getOutputStream

public OutputStream getOutputStream()

getInputStream

public InputStream getInputStream()

getErrorStream

public InputStream getErrorStream()

getReturnValue

public int getReturnValue()


Copyright © 2013. All Rights Reserved.