net.sf.jnati.proc
Class ProcessOutput
java.lang.Object
net.sf.jnati.proc.ProcessOutput
public class ProcessOutput
- extends Object
- Author:
- Sam Adams
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessOutput
public ProcessOutput()
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.