Package com.jcabi.log
Class VerboseProcess.Result
java.lang.Object
com.jcabi.log.VerboseProcess.Result
- Enclosing class:
- VerboseProcess
Class representing the result of a process.
- Since:
- 0.1
-
Method Summary
-
Method Details
-
code
public int code()Getcodefrom the process.- Returns:
- Full
codeof the process
-
stdout
Getstdoutfrom the process.- Returns:
- Full
stdoutof the process
-
stderr
Getstderrfrom the process.- Returns:
- Full
stderrof the process
-