Package com.jcabi.log

Class VerboseProcess.Result

  • Enclosing class:
    VerboseProcess

    public static final class VerboseProcess.Result
    extends Object
    Class representing the result of a process.
    Since:
    0.1
    • Method Detail

      • code

        public int code()
        Get code from the process.
        Returns:
        Full code of the process
      • stdout

        public String stdout()
        Get stdout from the process.
        Returns:
        Full stdout of the process
      • stderr

        public String stderr()
        Get stderr from the process.
        Returns:
        Full stderr of the process