Uses of Enum Class
org.springframework.boot.ansi.AnsiOutput.Enabled
-
Uses of AnsiOutput.Enabled in org.springframework.boot.ansi
Modifier and TypeMethodDescriptionstatic AnsiOutput.Enabled
AnsiOutput.getEnabled()
Returns if ANSI output is enabledstatic AnsiOutput.Enabled
Returns the enum constant of this class with the specified name.static AnsiOutput.Enabled[]
AnsiOutput.Enabled.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic void
AnsiOutput.setEnabled
(AnsiOutput.Enabled enabled) Sets if ANSI output is enabled.