Class CommandLineRuntimeConfig

java.lang.Object
io.quarkus.runtime.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 Details

    • 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 Details

    • CommandLineRuntimeConfig

      public CommandLineRuntimeConfig()