Package io.quarkus.runtime
Class CommandLineRuntimeConfig
java.lang.Object
io.quarkus.runtime.CommandLineRuntimeConfig
This configuration class is here to avoid warnings when using
-Dquarkus.args=...
.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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()
-