Class TestConfigArgsConfigSource

java.lang.Object
io.smallrye.config.common.AbstractConfigSource
io.smallrye.config.MapBackedConfigValueConfigSource
io.smallrye.config.PropertiesConfigSource
org.keycloak.quarkus.runtime.configuration.ConfigArgsConfigSource
org.keycloak.quarkus.runtime.configuration.test.TestConfigArgsConfigSource
All Implemented Interfaces:
io.smallrye.config.ConfigValueConfigSource, Serializable, org.eclipse.microprofile.config.spi.ConfigSource

public class TestConfigArgsConfigSource extends ConfigArgsConfigSource
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.smallrye.config.ConfigValueConfigSource

    io.smallrye.config.ConfigValueConfigSource.ConfigValueMapStringView, io.smallrye.config.ConfigValueConfigSource.ConfigValueMapView, io.smallrye.config.ConfigValueConfigSource.ConfigValueProperties
  • Field Summary

    Fields inherited from class org.keycloak.quarkus.runtime.configuration.ConfigArgsConfigSource

    NAME, SHORT_OPTIONS_ACCEPTING_VALUE, SPI_OPTION_PREFIX

    Fields inherited from interface org.eclipse.microprofile.config.spi.ConfigSource

    CONFIG_ORDINAL, DEFAULT_ORDINAL
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class org.keycloak.quarkus.runtime.configuration.ConfigArgsConfigSource

    getAllCliArgs, getConfigValue, parseConfigArgs, setCliArgs

    Methods inherited from class io.smallrye.config.PropertiesConfigSource

    urlToConfigValueMap

    Methods inherited from class io.smallrye.config.MapBackedConfigValueConfigSource

    getConfigValueProperties, getPropertyNames

    Methods inherited from class io.smallrye.config.common.AbstractConfigSource

    getName, getOrdinal, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.eclipse.microprofile.config.spi.ConfigSource

    getName, getOrdinal

    Methods inherited from interface io.smallrye.config.ConfigValueConfigSource

    getProperties, getValue
  • Constructor Details

    • TestConfigArgsConfigSource

      public TestConfigArgsConfigSource()