public enum ServiceLogColor extends Enum<ServiceLogColor>
| Enum Constant and Description |
|---|
ANSI_AZURE1 |
ANSI_BRIGHT_BLUE |
ANSI_BRIGHT_CYAN |
ANSI_BRIGHT_GREEN |
ANSI_BRIGHT_PURPLE |
ANSI_BRIGHT_RED |
ANSI_BRIGHT_WHITE |
ANSI_BRIGHT_YELLOW |
ANSI_GREEN1 |
ANSI_POD_LOG_BG |
ANSI_POD_NAME_BG |
ANSI_RED1 |
ANSI_RESET_BG |
ANSI_RESET_FG |
ANSI_VIOLET1 |
ANSI_WATER1 |
ANSI_YELLOW1 |
| Modifier and Type | Field and Description |
|---|---|
static ServiceLogColor[] |
COLORS |
String |
value |
| Modifier and Type | Method and Description |
|---|---|
static ServiceLogColor |
getNext() |
static ServiceLogColor |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceLogColor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceLogColor ANSI_RESET_FG
public static final ServiceLogColor ANSI_RESET_BG
public static final ServiceLogColor ANSI_POD_LOG_BG
public static final ServiceLogColor ANSI_RED1
public static final ServiceLogColor ANSI_GREEN1
public static final ServiceLogColor ANSI_YELLOW1
public static final ServiceLogColor ANSI_AZURE1
public static final ServiceLogColor ANSI_VIOLET1
public static final ServiceLogColor ANSI_WATER1
public static final ServiceLogColor ANSI_BRIGHT_RED
public static final ServiceLogColor ANSI_BRIGHT_GREEN
public static final ServiceLogColor ANSI_BRIGHT_YELLOW
public static final ServiceLogColor ANSI_BRIGHT_BLUE
public static final ServiceLogColor ANSI_BRIGHT_PURPLE
public static final ServiceLogColor ANSI_BRIGHT_CYAN
public static final ServiceLogColor ANSI_BRIGHT_WHITE
public static final ServiceLogColor ANSI_POD_NAME_BG
public final String value
public static final ServiceLogColor[] COLORS
public static ServiceLogColor[] values()
for (ServiceLogColor c : ServiceLogColor.values()) System.out.println(c);
public static ServiceLogColor valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static ServiceLogColor getNext()
Copyright © 2025. All rights reserved.