| Modifier and Type | Class and Description |
|---|---|
class |
FileConfigurationSourceProvider
An implementation of
ConfigurationSourceProvider that reads the configuration from the
local file system. |
class |
ResourceConfigurationSourceProvider
An implementation of
ConfigurationSourceProvider which reads the configuration
from a resource file. |
class |
SubstitutingSourceProvider
A delegating
ConfigurationSourceProvider which replaces variables in the underlying configuration
source according to the rules of a custom StringSubstitutor. |
class |
UrlConfigurationSourceProvider
An implementation of
ConfigurationSourceProvider that reads the configuration from a
URL. |
| Modifier and Type | Method and Description |
|---|---|
T |
BaseConfigurationFactory.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.text.StringSubstitutor substitutor)
Create a new instance.
|
Copyright © 2019. All rights reserved.