Package io.quarkus.runtime
Class CommandLineRuntimeConfig
java.lang.Object
io.quarkus.runtime.CommandLineRuntimeConfig
@ConfigRoot(name="<<parent>>",
phase=RUN_TIME)
@ConfigDocPrefix("quarkus.command-line")
public class CommandLineRuntimeConfig
extends Object
Command line.
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()
-