Uses of Enum Class
java.lang.ProcessBuilder.Redirect.Type
Package
Description
Provides classes that are fundamental to the design of the Java
programming language.
-
Uses of ProcessBuilder.Redirect.Type in java.lang
Modifier and TypeMethodDescriptionabstract ProcessBuilder.Redirect.Type
ProcessBuilder.Redirect.type()
Returns the type of thisRedirect
.static ProcessBuilder.Redirect.Type
Returns the enum constant of this class with the specified name.static ProcessBuilder.Redirect.Type[]
ProcessBuilder.Redirect.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.