| Modifier and Type | Method and Description |
|---|---|
Optional<DynamicConfiguration> |
Environment.getDynamicConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
Environment.setDynamicConfiguration(DynamicConfiguration dynamicConfiguration) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDynamicConfiguration
The abstract implementation of
DynamicConfiguration |
| Modifier and Type | Method and Description |
|---|---|
static DynamicConfiguration |
DynamicConfiguration.getDynamicConfiguration()
Find DynamicConfiguration instance
|
DynamicConfiguration |
DynamicConfigurationFactory.getDynamicConfiguration(URL url) |
DynamicConfiguration |
AbstractDynamicConfigurationFactory.getDynamicConfiguration(URL url) |
static DynamicConfiguration |
DynamicConfiguration.getDynamicConfiguration(URL connectionURL)
Get the instance of
DynamicConfiguration by the specified connection URL |
| Modifier and Type | Class and Description |
|---|---|
class |
FileSystemDynamicConfiguration
File-System based
DynamicConfiguration implementation |
| Modifier and Type | Class and Description |
|---|---|
class |
NopDynamicConfiguration
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeDynamicConfiguration
support multiple config center, simply iterating each concrete config center.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeDynamicConfiguration.addConfiguration(DynamicConfiguration configuration) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.