StdioConfig
Standard I/O Configuration
Describes the standard I/O configuration for a child process, including modes for standard input, output, and error.
Each mode can be one of the following:
pipe
: Pipe the underlying stream to the child process.inherit
: Inherit the underlying stream from the parent process.
Functions
Link copied to clipboard
Apply this standard I/O configuration to a given ProcessBuilder.