• Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      InputStream getInput()

      Gets the input stream.

      void setInput​(InputStream input)

      Sets the input stream.

    • Method Detail

      • setInput

        void setInput​(InputStream input)

        Sets the input stream. The output of the external process is written to this input stream.

        Parameters:
        input - the input stream. May be null.
      • getInput

        InputStream getInput()

        Gets the input stream. The output of the external process is written to this input stream.

        Returns:
        the input stream. May be null.