Uses of Enum Class
org.opentestfactory.utils.shell.OutputStream
Packages that use OutputStream
-
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
Subclasses with type arguments of type OutputStream in org.opentestfactory.utils.shellModifier and TypeClassDescriptionenumEnum to characterize streams in shell-related operations.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.