Class CommandLineRuntimeConfig


  • @ConfigRoot(name="<<parent>>",
                phase=RUN_TIME)
    public class CommandLineRuntimeConfig
    extends Object
    This configuration class is here to avoid warnings when using -Dquarkus.args=....
    • Field Detail

      • args

        @ConfigItem
        public Optional<String> args
        The arguments passed to the command line.

        We don't make it a list as the args are separated by a space, not a comma.

    • Constructor Detail

      • CommandLineRuntimeConfig

        public CommandLineRuntimeConfig()