Class ApplicationPropertiesConfigSourceLoader.InClassPath

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

public static class ApplicationPropertiesConfigSourceLoader.InClassPath extends ApplicationPropertiesConfigSourceLoader implements org.eclipse.microprofile.config.spi.ConfigSourceProvider
  • Constructor Details

    • InClassPath

      public InClassPath()
  • 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
    • tryFileSystem

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