Class MessageFormat
- java.lang.Object
-
- io.quarkus.deployment.dev.testing.MessageFormat
-
public class MessageFormat extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringhelpOption(String key, String description)static StringhelpOption(String key, String description, boolean enabled)static StringhelpOption(String key, String description, String status, String color)static StringstatusFooter(String footer)static StringstatusHeader(String header)static StringtoggleStatus(boolean enabled)
-
-
-
Field Detail
-
RED
public static final String RED
- See Also:
- Constant Field Values
-
GREEN
public static final String GREEN
- See Also:
- Constant Field Values
-
BLUE
public static final String BLUE
- See Also:
- Constant Field Values
-
RESET
public static final String RESET
- See Also:
- Constant Field Values
-
UNDERLINE
public static final String UNDERLINE
- See Also:
- Constant Field Values
-
NO_UNDERLINE
public static final String NO_UNDERLINE
- See Also:
- Constant Field Values
-
BOLD
public static final String BOLD
- See Also:
- Constant Field Values
-
NO_BOLD
public static final String NO_BOLD
- See Also:
- Constant Field Values
-
-
Method Detail
-
toggleStatus
public static String toggleStatus(boolean enabled)
-
-