Package io.quarkus.config.yaml.runtime
Class ApplicationYamlConfigSourceLoader.InFileSystem
java.lang.Object
io.smallrye.config.AbstractLocationConfigSourceLoader
io.quarkus.config.yaml.runtime.ApplicationYamlConfigSourceLoader
io.quarkus.config.yaml.runtime.ApplicationYamlConfigSourceLoader.InFileSystem
- All Implemented Interfaces:
org.eclipse.microprofile.config.spi.ConfigSourceProvider
- Enclosing class:
- ApplicationYamlConfigSourceLoader
public static class ApplicationYamlConfigSourceLoader.InFileSystem
extends ApplicationYamlConfigSourceLoader
implements org.eclipse.microprofile.config.spi.ConfigSourceProvider
-
Nested Class Summary
Nested classes/interfaces inherited from class io.quarkus.config.yaml.runtime.ApplicationYamlConfigSourceLoader
ApplicationYamlConfigSourceLoader.InClassPath, ApplicationYamlConfigSourceLoader.InFileSystem -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<org.eclipse.microprofile.config.spi.ConfigSource>getConfigSources(ClassLoader classLoader) protected List<org.eclipse.microprofile.config.spi.ConfigSource>tryClassPath(URI uri, int ordinal, ClassLoader classLoader) Methods inherited from class io.quarkus.config.yaml.runtime.ApplicationYamlConfigSourceLoader
getFileExtensions, loadConfigSourceMethods inherited from class io.smallrye.config.AbstractLocationConfigSourceLoader
failOnMissingFile, fallbackToUnknownProtocol, loadConfigSources, loadConfigSources, loadConfigSources, loadConfigSources, tryFileSystem, tryHttpResource, tryJar, tryProfiles
-
Constructor Details
-
InFileSystem
public InFileSystem()
-
-
Method Details
-
getConfigSources
public List<org.eclipse.microprofile.config.spi.ConfigSource> getConfigSources(ClassLoader classLoader) - Specified by:
getConfigSourcesin interfaceorg.eclipse.microprofile.config.spi.ConfigSourceProvider
-
tryClassPath
protected List<org.eclipse.microprofile.config.spi.ConfigSource> tryClassPath(URI uri, int ordinal, ClassLoader classLoader) - Overrides:
tryClassPathin classio.smallrye.config.AbstractLocationConfigSourceLoader
-