@Experimental(value="Loads additional config locations") public abstract class AbstractLocationConfigSourceFactory extends AbstractLocationConfigSourceLoader implements ConfigSourceFactory
AbstractLocationConfigSourceFactory allows to initialize additional config locations with the
configuration SMALLRYE_LOCATIONS. The configuration support multiple
locations separated by a comma and each much represent a valid URI.| Modifier and Type | Field and Description |
|---|---|
static String |
SMALLRYE_LOCATIONS |
| Constructor and Description |
|---|
AbstractLocationConfigSourceFactory() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<org.eclipse.microprofile.config.spi.ConfigSource> |
getConfigSources(ConfigSourceContext context) |
fallbackToUnknownProtocol, getFileExtensions, loadConfigSource, loadConfigSource, loadConfigSources, loadConfigSources, loadConfigSources, loadConfigSources, tryClassPath, tryFileSystem, tryHttpResource, tryJar, tryProfilesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPrioritypublic static final String SMALLRYE_LOCATIONS
public Iterable<org.eclipse.microprofile.config.spi.ConfigSource> getConfigSources(ConfigSourceContext context)
getConfigSources in interface ConfigSourceFactoryCopyright © 2018–2020. All rights reserved.