Class TestConsoleHandler.MessageFormat
- java.lang.Object
-
- io.quarkus.deployment.dev.testing.TestConsoleHandler.MessageFormat
-
- Enclosing class:
- TestConsoleHandler
static class TestConsoleHandler.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 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
-
-
Method Detail
-
toggleStatus
public static String toggleStatus(boolean enabled)
-
-