Uses of Enum Class
org.springframework.boot.ansi.AnsiOutput.Enabled
Packages that use AnsiOutput.Enabled
-
Uses of AnsiOutput.Enabled in org.springframework.boot.ansi
Methods in org.springframework.boot.ansi that return AnsiOutput.EnabledModifier 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.Methods in org.springframework.boot.ansi with parameters of type AnsiOutput.EnabledModifier and TypeMethodDescriptionstatic void
AnsiOutput.setEnabled
(AnsiOutput.Enabled enabled) Sets if ANSI output is enabled.