Module java.base
Package java.lang

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:

Each of the above categories has an associated unique Type.

Since:
1.7