| Modifier and Type | Class | 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 | Description |
|---|---|---|
T |
BaseConfigurationFactory.build(ConfigurationSourceProvider provider,
java.lang.String path) |
|
T |
ConfigurationFactory.build(ConfigurationSourceProvider provider,
java.lang.String path) |
Loads, parses, binds, and validates a configuration object.
|
| Constructor | Description |
|---|---|
SubstitutingSourceProvider(ConfigurationSourceProvider delegate,
org.apache.commons.text.StrSubstitutor substitutor) |
Create a new instance.
|
Copyright © 2018. All rights reserved.