ProcessBuilder.Redirect
Class ProcessBuilder.Redirect
- java.lang.Object
-
- java.lang.ProcessBuilder.Redirect
- Enclosing class:
- ProcessBuilder
public abstract static class ProcessBuilder.Redirect extends Object
Represents a source of subprocess input or a destination of subprocess output. Each Redirect
instance is one of the following:
- the special value
Redirect.PIPE
- the special value
Redirect.INHERIT
- a redirection to read from a file, created by an invocation of
Redirect.from(File)
- a redirection to write to a fil