Class KeycloakPropertiesConfigSource.InFileSystem

java.lang.Object
io.smallrye.config.AbstractLocationConfigSourceLoader
org.keycloak.quarkus.runtime.configuration.KeycloakPropertiesConfigSource
org.keycloak.quarkus.runtime.configuration.KeycloakPropertiesConfigSource.InFileSystem
All Implemented Interfaces:
org.eclipse.microprofile.config.spi.ConfigSourceProvider
Enclosing class:
KeycloakPropertiesConfigSource

public static class KeycloakPropertiesConfigSource.InFileSystem extends KeycloakPropertiesConfigSource implements org.eclipse.microprofile.config.spi.ConfigSourceProvider
  • Constructor Details

    • InFileSystem

      public InFileSystem()
  • Method Details

    • getConfigSources

      public List<org.eclipse.microprofile.config.spi.ConfigSource> getConfigSources(ClassLoader classLoader)
      Specified by:
      getConfigSources in interface org.eclipse.microprofile.config.spi.ConfigSourceProvider
    • getConfigSources

      public List<org.eclipse.microprofile.config.spi.ConfigSource> getConfigSources(ClassLoader classLoader, Path configFile)
    • tryClassPath

      protected List<org.eclipse.microprofile.config.spi.ConfigSource> tryClassPath(URI uri, int ordinal, ClassLoader classLoader)
      Overrides:
      tryClassPath in class io.smallrye.config.AbstractLocationConfigSourceLoader
    • getConfigurationFile

      public Path getConfigurationFile()