-
Enhancement
-
Resolution: Fixed
-
P3
-
9
-
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.
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.