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()Getcode
from the process.- Returns:
- Full
code
of the process
-
stdout
Getstdout
from the process.- Returns:
- Full
stdout
of the process
-
stderr
Getstderr
from the process.- Returns:
- Full
stderr
of the process
-