Uses of Class
de.gematik.rbellogger.util.RbelAnsiColors
-
Packages that use RbelAnsiColors Package Description de.gematik.rbellogger.util -
-
Uses of RbelAnsiColors in de.gematik.rbellogger.util
Methods in de.gematik.rbellogger.util that return RbelAnsiColors Modifier and Type Method Description static RbelAnsiColorsRbelAnsiColors. seekColor(java.lang.String query)static RbelAnsiColorsRbelAnsiColors. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RbelAnsiColors[]RbelAnsiColors. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.gematik.rbellogger.util that return types with arguments of type RbelAnsiColors Modifier and Type Method Description static java.util.Optional<RbelAnsiColors>RbelAnsiColors. seekColorSafe(java.lang.String query)
-