Class 
Use 
SUMMARY: NESTED | ENUM CONSTANTS | METHOD      DETAIL: ENUM CONSTANTS | METHOD
FlexDoc/Javadoc 2.0
Demo Java Doc

java.base / java.lang
Enum ProcessBuilder.Redirect.Type
java.lang.Object
  java.lang.Enum<ProcessBuilder.Redirect.Type>
      java.lang.ProcessBuilder.Redirect.Type
All Implemented Interfaces:
Serializable, Comparable<ProcessBuilder.Redirect.Type>, Constable
Enclosing class:
ProcessBuilder.Redirect

public static enum ProcessBuilder.Redirect.Type
extends Enum<ProcessBuilder.Redirect.Type>
The type of a Redirect.

Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
Enum Constant Summary
The type of redirects returned from Redirect.appendTo(File).
The type of Redirect.INHERIT.
The type of Redirect.PIPE.
The type of redirects returned from Redirect.from(File).
The type of redirects returned from Redirect.to(File).
Method Summary
Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
Enum Constant Detail
PIPE
public static final ProcessBuilder.Redirect.Type PIPE
The type of Redirect.PIPE.

INHERIT
public static final ProcessBuilder.Redirect.Type INHERIT
The type of Redirect.INHERIT.

READ
public static final ProcessBuilder.Redirect.Type READ
The type of redirects returned from Redirect.from(File).

WRITE
public static final ProcessBuilder.Redirect.Type WRITE
The type of redirects returned from Redirect.to(File).

APPEND
public static final ProcessBuilder.Redirect.Type APPEND
The type of redirects returned from Redirect.appendTo(File).
Method Detail
values
()

valueOf
(String name)

 Class 
Use 
SUMMARY: NESTED | ENUM CONSTANTS | METHOD      DETAIL: ENUM CONSTANTS | METHOD
FlexDoc/Javadoc 2.0
Demo Java Doc

Java API documentation generated with FlexDoc/Javadoc 2.0 using JavadocClassic 3.0 template set.
FlexDoc/Javadoc is a template-driven programming tool for rapid development of any Javadoc-based Java API documentation generators (i.e. doclets). If you need to customize your Javadoc without writing a full-blown doclet from scratch, FlexDoc/Javadoc may be the only tool able to help you! Find out more at www.flexdoc.xyz