public class PropertiesConfigSourceProvider extends AbstractLocationConfigSourceLoader implements org.eclipse.microprofile.config.spi.ConfigSourceProvider
| Constructor and Description |
|---|
PropertiesConfigSourceProvider(String location,
boolean optional,
ClassLoader classLoader)
Deprecated.
|
PropertiesConfigSourceProvider(String location,
ClassLoader classLoader) |
| Modifier and Type | Method and Description |
|---|---|
List<org.eclipse.microprofile.config.spi.ConfigSource> |
getConfigSources(ClassLoader forClassLoader) |
protected String[] |
getFileExtensions() |
protected org.eclipse.microprofile.config.spi.ConfigSource |
loadConfigSource(URL url,
int ordinal) |
fallbackToUnknownProtocol, loadConfigSource, loadConfigSources, loadConfigSources, loadConfigSources, loadConfigSources, tryClassPath, tryFileSystem, tryHttpResource, tryJar, tryProfilespublic PropertiesConfigSourceProvider(String location, ClassLoader classLoader)
@Deprecated public PropertiesConfigSourceProvider(String location, boolean optional, ClassLoader classLoader)
public List<org.eclipse.microprofile.config.spi.ConfigSource> getConfigSources(ClassLoader forClassLoader)
getConfigSources in interface org.eclipse.microprofile.config.spi.ConfigSourceProviderprotected String[] getFileExtensions()
getFileExtensions in class AbstractLocationConfigSourceLoaderprotected org.eclipse.microprofile.config.spi.ConfigSource loadConfigSource(URL url, int ordinal) throws IOException
loadConfigSource in class AbstractLocationConfigSourceLoaderIOExceptionCopyright © 2018–2020. All rights reserved.