Class TestConfigArgsConfigSource
java.lang.Object
io.smallrye.config.common.AbstractConfigSource
io.smallrye.config.common.MapBackedConfigSource
io.smallrye.config.PropertiesConfigSource
org.keycloak.quarkus.runtime.configuration.ConfigArgsConfigSource
org.keycloak.quarkus.runtime.configuration.test.TestConfigArgsConfigSource
- All Implemented Interfaces:
Serializable,org.eclipse.microprofile.config.spi.ConfigSource
- See Also:
-
Field Summary
Fields inherited from class org.keycloak.quarkus.runtime.configuration.ConfigArgsConfigSource
CLI_ARGS, NAME, SHORT_OPTIONS_ACCEPTING_VALUEFields inherited from interface org.eclipse.microprofile.config.spi.ConfigSource
CONFIG_ORDINAL, DEFAULT_ORDINAL -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.keycloak.quarkus.runtime.configuration.ConfigArgsConfigSource
getAllCliArgs, getValue, parseConfigArgs, setCliArgsMethods inherited from class io.smallrye.config.common.MapBackedConfigSource
getProperties, getPropertyNamesMethods inherited from class io.smallrye.config.common.AbstractConfigSource
getName, getOrdinal, toString
-
Constructor Details
-
TestConfigArgsConfigSource
public TestConfigArgsConfigSource()
-