Uses of Class
de.gematik.rbellogger.util.RbelAnsiColors
-
Packages that use RbelAnsiColors Package Description de.gematik.rbellogger.util de.gematik.test.tiger.common -
-
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(String query)static RbelAnsiColorsRbelAnsiColors. valueOf(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 Optional<RbelAnsiColors>RbelAnsiColors. seekColorSafe(String query) -
Uses of RbelAnsiColors in de.gematik.test.tiger.common
Methods in de.gematik.test.tiger.common with parameters of type RbelAnsiColors Modifier and Type Method Description static StringAnsi. colorize(String text, RbelAnsiColors txtColor)
-