Class ApplicationPropertiesConfigSourceLoader

java.lang.Object
io.smallrye.config.AbstractLocationConfigSourceLoader
io.quarkus.runtime.configuration.ApplicationPropertiesConfigSourceLoader
Direct Known Subclasses:
ApplicationPropertiesConfigSourceLoader.InClassPath, ApplicationPropertiesConfigSourceLoader.InFileSystem

public class ApplicationPropertiesConfigSourceLoader extends io.smallrye.config.AbstractLocationConfigSourceLoader
  • Constructor Details

    • ApplicationPropertiesConfigSourceLoader

      public ApplicationPropertiesConfigSourceLoader()
  • Method Details

    • getFileExtensions

      protected String[] getFileExtensions()
      Specified by:
      getFileExtensions in class io.smallrye.config.AbstractLocationConfigSourceLoader
    • loadConfigSource

      protected org.eclipse.microprofile.config.spi.ConfigSource loadConfigSource(URL url, int ordinal) throws IOException
      Specified by:
      loadConfigSource in class io.smallrye.config.AbstractLocationConfigSourceLoader
      Throws:
      IOException