Package io.quarkus.runtime.configuration
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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classApplicationPropertiesConfigSourceLoader.InClassPathstatic classApplicationPropertiesConfigSourceLoader.InFileSystem
-
Constructor Summary
Constructors Constructor Description ApplicationPropertiesConfigSourceLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String[]getFileExtensions()protected org.eclipse.microprofile.config.spi.ConfigSourceloadConfigSource(URL url, int ordinal)
-
-
-
Method Detail
-
getFileExtensions
protected String[] getFileExtensions()
- Specified by:
getFileExtensionsin classio.smallrye.config.AbstractLocationConfigSourceLoader
-
loadConfigSource
protected org.eclipse.microprofile.config.spi.ConfigSource loadConfigSource(URL url, int ordinal) throws IOException
- Specified by:
loadConfigSourcein classio.smallrye.config.AbstractLocationConfigSourceLoader- Throws:
IOException
-
-