Interface ProcResult

All Known Implementing Classes:
ImmutableProcResult

@Immutable public interface ProcResult
  • Method Details

    • getExitCode

      int getExitCode()
    • getStdOutput

      String getStdOutput()