Package org.aesh.terminal.tty.utils
Class ProcessHelper.ProcessResult
java.lang.Object
org.aesh.terminal.tty.utils.ProcessHelper.ProcessResult
- Enclosing class:
- ProcessHelper
Result of a process execution.
-
Method Summary
-
Method Details
-
exitCode
public int exitCode()Method.- Returns:
- the result
-
output
Method.- Returns:
- the result
-
success
public boolean success()Method.- Returns:
- the result
-