edu.emory.mathcs.util.natives
Class ExecUtils.CmdResult

java.lang.Object
  extended byedu.emory.mathcs.util.natives.ExecUtils.CmdResult
Enclosing class:
ExecUtils

public static class ExecUtils.CmdResult
extends java.lang.Object

Represents the result of a native command. Consists of the process exit value together with stdout and stderr dumped to strings.

Version:
1.0
Author:
Dawid Kurzyniec

Method Summary
 java.lang.String getErr()
           
 int getExitValue()
           
 java.lang.String getOut()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getExitValue

public int getExitValue()

getOut

public java.lang.String getOut()

getErr

public java.lang.String getErr()