Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8132394

(process) ProcessBuilder support for a pipeline of processes

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • 9
    • core-libs
    • b94

      Pipelines of processes are supported natively on many operating systems where
      the standard output of one process is directly provided as the standard input
      of the next process. The ProcessBuilder API can support this function by
      directly connecting the pipes created for the output of a process to the input
      of the next process.

      The API for creating a pipeline should allow the ProcessBuilder used to
      start each Process to use any/most of the options of a standalone Process.

            rriggs Roger Riggs
            rriggs Roger Riggs
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: