Class ProcessUtils.ProcessResult
- java.lang.Object
-
- fr.ens.biologie.genomique.eoulsan.util.ProcessUtils.ProcessResult
-
- Enclosing class:
- ProcessUtils
public static class ProcessUtils.ProcessResult extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getExitValue()
Get the exit value of the process.String
getStderr()
Get the standard error of the processString
getStdout()
Get the standard output of the process
-
-
-
Method Detail
-
getExitValue
public int getExitValue()
Get the exit value of the process.- Returns:
- Returns the errorResult
-
getStdout
public String getStdout()
Get the standard output of the process- Returns:
- Returns the stdout
-
getStderr
public String getStderr()
Get the standard error of the process- Returns:
- Returns the stderr
-
-