| Modifier and Type | Class and Description |
|---|---|
class |
FileConfigurationSourceProvider
An implementation of
ConfigurationSourceProvider that reads the configuration from the
local file system. |
class |
ResourceConfigurationSourceProvider |
class |
SubstitutingSourceProvider
A delegating
ConfigurationSourceProvider which replaces variables in the underlying configuration
source according to the rules of a custom StrSubstitutor. |
class |
UrlConfigurationSourceProvider
An implementation of
ConfigurationSourceProvider that reads the configuration from a
URL. |
| Modifier and Type | Method and Description |
|---|---|
T |
YamlConfigurationFactory.build(ConfigurationSourceProvider provider,
String path) |
T |
ConfigurationFactory.build(ConfigurationSourceProvider provider,
String path)
Loads, parses, binds, and validates a configuration object.
|
| Constructor and Description |
|---|
SubstitutingSourceProvider(ConfigurationSourceProvider delegate,
org.apache.commons.lang3.text.StrSubstitutor substitutor)
Create a new instance.
|
Copyright © 2016. All rights reserved.