net.sf.jnati.proc
Class ProcessOutput

java.lang.Object
  extended by net.sf.jnati.proc.ProcessOutput

public class ProcessOutput
extends Object

Author:
Sam Adams

Constructor Summary
ProcessOutput()
           
 
Method Summary
 int getExitValue()
           
 String getMessages()
           
 String getOutput()
           
 byte[] getStdErrBytes()
           
 byte[] getStdOutBytes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessOutput

public ProcessOutput()
Method Detail

getExitValue

public int getExitValue()

getStdOutBytes

public byte[] getStdOutBytes()

getStdErrBytes

public byte[] getStdErrBytes()

getOutput

public String getOutput()

getMessages

public String getMessages()


Copyright © 2007-2011 Sam Adams. All Rights Reserved.