Uses of Class
com.evolveum.midpoint.ninja.util.ConsoleFormat.Color
-
Packages that use ConsoleFormat.Color Package Description com.evolveum.midpoint.ninja.util -
-
Uses of ConsoleFormat.Color in com.evolveum.midpoint.ninja.util
Methods in com.evolveum.midpoint.ninja.util that return ConsoleFormat.Color Modifier and Type Method Description static ConsoleFormat.Color
ConsoleFormat.Color. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConsoleFormat.Color[]
ConsoleFormat.Color. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.evolveum.midpoint.ninja.util with parameters of type ConsoleFormat.Color Modifier and Type Method Description static String
ConsoleFormat. formatMessage(String message, ConsoleFormat.Color color)
static String
ConsoleFormat. formatMessageWithParameters(String message, Object[] parameters, ConsoleFormat.Color level)
-