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 ClassesModifier and TypeClassDescriptionstatic class
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String[]
protected org.eclipse.microprofile.config.spi.ConfigSource
loadConfigSource
(URL url, int ordinal) Methods inherited from class io.smallrye.config.AbstractLocationConfigSourceLoader
failOnMissingFile, fallbackToUnknownProtocol, loadConfigSources, loadConfigSources, loadConfigSources, loadConfigSources, tryClassPath, tryFileSystem, tryHttpResource, tryJar, tryProfiles
-
Constructor Details
-
ApplicationPropertiesConfigSourceLoader
public ApplicationPropertiesConfigSourceLoader()
-
-
Method Details
-
getFileExtensions
- Specified by:
getFileExtensions
in classio.smallrye.config.AbstractLocationConfigSourceLoader
-
loadConfigSource
protected org.eclipse.microprofile.config.spi.ConfigSource loadConfigSource(URL url, int ordinal) throws IOException - Specified by:
loadConfigSource
in classio.smallrye.config.AbstractLocationConfigSourceLoader
- Throws:
IOException
-