public static class ApplicationPropertiesConfigSourceLoader.InFileSystem extends ApplicationPropertiesConfigSourceLoader implements org.eclipse.microprofile.config.spi.ConfigSourceProvider
ApplicationPropertiesConfigSourceLoader.InClassPath, ApplicationPropertiesConfigSourceLoader.InFileSystem
Constructor and Description |
---|
InFileSystem() |
Modifier and Type | Method and Description |
---|---|
List<org.eclipse.microprofile.config.spi.ConfigSource> |
getConfigSources(ClassLoader classLoader) |
protected org.eclipse.microprofile.config.spi.ConfigSource |
loadConfigSource(URL url,
int ordinal) |
protected List<org.eclipse.microprofile.config.spi.ConfigSource> |
tryClassPath(URI uri,
ClassLoader classLoader) |
getFileExtensions
protected org.eclipse.microprofile.config.spi.ConfigSource loadConfigSource(URL url, int ordinal) throws IOException
loadConfigSource
in class ApplicationPropertiesConfigSourceLoader
IOException
public List<org.eclipse.microprofile.config.spi.ConfigSource> getConfigSources(ClassLoader classLoader)
getConfigSources
in interface org.eclipse.microprofile.config.spi.ConfigSourceProvider
protected List<org.eclipse.microprofile.config.spi.ConfigSource> tryClassPath(URI uri, ClassLoader classLoader)
tryClassPath
in class io.smallrye.config.AbstractLocationConfigSourceLoader
Copyright © 2021 JBoss by Red Hat. All rights reserved.