Interface ProcResult
-
- All Known Implementing Classes:
ImmutableProcResult
@Immutable public interface ProcResult
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getExitCode()
String
getStdOutput()
-
-
-
Method Detail
-
getExitCode
int getExitCode()
-
getStdOutput
String getStdOutput()
-
-