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