Interface CommandLineRuntimeConfig


@ConfigMapping(prefix="quarkus") @ConfigRoot(phase=RUN_TIME) @ConfigDocPrefix("quarkus.command-line") public interface CommandLineRuntimeConfig
Command line.

This configuration class is here to avoid warnings when using -Dquarkus.args=....

  • Method Summary

    Modifier and Type
    Method
    Description
    The arguments passed to the command line.
  • Method Details

    • args

      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.