Uses of Enum Class
org.opentestfactory.utils.shell.OutputStream
Packages that use OutputStream
Package
Description
This package implements process handling primitives.
This package implements shell adaptor logic.
-
Uses of OutputStream in org.opentestfactory.utils.process
Constructors in org.opentestfactory.utils.process with parameters of type OutputStreamModifierConstructorDescriptionProcessLogger(String processClass, Process process, OutputStream targetStream) Creates the stdout logger thread.ProcessStreamListener(Process process, OutputStream targetStream) -
Uses of OutputStream in org.opentestfactory.utils.shell
Methods in org.opentestfactory.utils.shell that return OutputStreamModifier and TypeMethodDescriptionstatic OutputStreamReturns the enum constant of this class with the specified name.static OutputStream[]OutputStream.values()Returns an array containing the constants of this enum class, in the order they are declared.