StreamStyle

enum StreamStyle : Enum<StreamStyle>

An abstraction of the styles of streams used by the workbench.

Author

Todd L Smith

Entries

Link copied to clipboard

The stream style used to echo user input.

Link copied to clipboard

The stream style used to display normal output.

Link copied to clipboard

The stream style used to display error output.

Link copied to clipboard

The stream style used to display informational text. Informational text constitutes any byproduct text of a command, such as status, logging, or timing messages, but does not include explicitly requested reports.

Link copied to clipboard

The stream style used to echo commands.

Link copied to clipboard

The stream style used to provide build progress updates.

Link copied to clipboard

The stream style used to display diagnostics and reports.

Properties

Link copied to clipboard
val classifier: String

The style classifier.

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int