Interface ConsoleRuntimeConfig


@ConfigMapping(prefix="quarkus.console") @ConfigRoot(phase=RUN_TIME) public interface ConsoleRuntimeConfig
Console
  • Method Summary

    Modifier and Type
    Method
    Description
    If color should be enabled or disabled.
  • Method Details

    • color

      Optional<Boolean> color()
      If color should be enabled or disabled.

      If this is not present then an attempt will be made to guess if the terminal supports color