Uses of Enum
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 TypeMethodDescriptionstatic TerminalBuilder.SystemOutputReturns the enum constant of this type with the specified name.static TerminalBuilder.SystemOutput[]TerminalBuilder.SystemOutput.values()Returns an array containing the constants of this enum type, 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.