Package com.jcabi.log
Class VerboseProcess.Result
- java.lang.Object
-
- com.jcabi.log.VerboseProcess.Result
-
- Enclosing class:
- VerboseProcess
public static final class VerboseProcess.Result extends Object
Class representing the result of a process.- Since:
- 0.1
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
code()
Getcode
from the process.String
stderr()
Getstderr
from the process.String
stdout()
Getstdout
from the process.
-