Package | Description |
---|---|
org.springframework.boot.ansi |
Support classes to provide ANSI color output.
|
Modifier and Type | Method and Description |
---|---|
static AnsiOutput.Enabled |
AnsiOutput.getEnabled()
Returns if ANSI output is enabled
|
static AnsiOutput.Enabled |
AnsiOutput.Enabled.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnsiOutput.Enabled[] |
AnsiOutput.Enabled.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
AnsiOutput.setEnabled(AnsiOutput.Enabled enabled)
Sets if ANSI output is enabled.
|