Uses of Enum Class
org.jline.terminal.TerminalBuilder.SystemOutput
Packages that use TerminalBuilder.SystemOutput
-
Uses of TerminalBuilder.SystemOutput in org.jline.terminal
Methods in org.jline.terminal that return TerminalBuilder.SystemOutputModifier and TypeMethodDescriptionTerminalBuilder.computeSystemOutput()
static TerminalBuilder.SystemOutput
Returns the enum constant of this class with the specified name.static TerminalBuilder.SystemOutput[]
TerminalBuilder.SystemOutput.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jline.terminal with parameters of type TerminalBuilder.SystemOutputModifier and TypeMethodDescriptionTerminalBuilder.systemOutput
(TerminalBuilder.SystemOutput systemOutput) Indicates which standard stream should be used when displaying to the terminal.