| Modifier and Type | Class and Description |
|---|---|
class |
FileConfigurationSourceProvider
An implementation of
ConfigurationSourceProvider that reads the configuration from the
local file system. |
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.
|
Copyright © 2015. All rights reserved.