Interface InvertedShell

    • Method Detail

      • getInputStream

        OutputStream getInputStream()
        Returns the output stream used to feed the shell. This method is called after the shell has been started.
        Returns:
        The OutputStream used to feed the shell
      • getOutputStream

        InputStream getOutputStream()
        Returns:
        The InputStream representing the output stream of the shell
      • getErrorStream

        InputStream getErrorStream()
        Returns:
        The InputStream representing the error stream of the shell
      • isAlive

        boolean isAlive()
        Check if the underlying shell is still alive
        Returns:
        true if alive
      • exitValue

        int exitValue()
        Retrieve the exit value of the shell. This method must only be called when the shell is not alive anymore.
        Returns:
        the exit value of the shell