| 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 StrSubstitutor. |
class |
UrlConfigurationSourceProvider
An implementation of
ConfigurationSourceProvider that reads the configuration from a
URL. |
| Modifier and Type | Method and Description |
|---|---|
T |
ConfigurationFactory.build(ConfigurationSourceProvider provider,
String path)
Loads, parses, binds, and validates a configuration object.
|
T |
BaseConfigurationFactory.build(ConfigurationSourceProvider provider,
String path) |
| Constructor and Description |
|---|
SubstitutingSourceProvider(ConfigurationSourceProvider delegate,
org.apache.commons.lang3.text.StrSubstitutor substitutor)
Create a new instance.
|
Copyright © 2017. All rights reserved.