| Package | Description |
|---|---|
| com.sdl.web.client.configuration | |
| com.sdl.web.client.configuration.api |
| Modifier and Type | Class and Description |
|---|---|
class |
XMLConfigurationHolder
It represents a XML 'Configuration' holder.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigurationHolder |
XMLConfigurationHolder.getConfiguration(ConfigurationPath path) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
XMLConfigurationReader<T extends ConfigurationHolder>
It represents a reader able to read configurations from XML configuration files.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigurationHolder |
ConfigurationHolder.getConfiguration(ConfigurationPath path)
Get the configuration for the given path.
|
default ConfigurationHolder |
ConfigurationHolder.getConfiguration(String path)
Syntactic sugar for
getConfiguration(ConfigurationPath). |
Copyright © 2017 SDL Group. All rights reserved.