Class ConsoleRuntimeConfig

java.lang.Object
io.quarkus.runtime.console.ConsoleRuntimeConfig

@ConfigRoot(name="console", phase=RUN_TIME) public class ConsoleRuntimeConfig extends Object
Console
  • Field Details

    • color

      @ConfigItem public 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
  • Constructor Details

    • ConsoleRuntimeConfig

      public ConsoleRuntimeConfig()