@ConfigRoot(name="<<parent>>", phase=RUN_TIME) public class CommandLineRuntimeConfig extends Object
-Dquarkus.args=...
.Modifier and Type | Field and Description |
---|---|
Optional<String> |
args
The arguments passed to the command line.
|
Constructor and Description |
---|
CommandLineRuntimeConfig() |
@ConfigItem public Optional<String> args
We don't make it a list as the args are separated by a space, not a comma.
Copyright © 2020 JBoss by Red Hat. All rights reserved.