Package | Description |
---|---|
org.apache.tamaya.mutableconfig | |
org.apache.tamaya.mutableconfig.internal |
Modifier and Type | Method and Description |
---|---|
static ChangePropagationPolicy |
MutableConfigurationProvider.getApplyAllChangePolicy()
This propagation policy writes through all changes to all mutable property sources, where applicable.
|
static ChangePropagationPolicy |
MutableConfigurationProvider.getApplyMostSignificantOnlyChangePolicy()
This propagation policy writes changes only once to the most significant property source, where a change is
applicable.
|
static ChangePropagationPolicy |
MutableConfigurationProvider.getApplyNonePolicy()
This propagation policy writes changes only once to the most significant property source, where a change is
applicable.
|
static ChangePropagationPolicy |
MutableConfigurationProvider.getApplySelectiveChangePolicy(String... propertySourceNames)
This propagation policy writes changes only once to the most significant property source, where a change is
applicable.
|
ChangePropagationPolicy |
MutableConfiguration.getChangePropagationPolicy()
Access the active
ChangePropagationPolicy .This policy controls how configuration changes are written/published
to the known MutablePropertySource instances of a Configuration . |
Modifier and Type | Method and Description |
---|---|
void |
MutableConfiguration.setChangePropagationPolicy(ChangePropagationPolicy changePropagationPolicy)
Set the
ChangePropagationPolicy . |
Modifier and Type | Method and Description |
---|---|
ChangePropagationPolicy |
DefaultMutableConfiguration.getChangePropagationPolicy() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultMutableConfiguration.setChangePropagationPolicy(ChangePropagationPolicy changePropagationPolicy) |
Copyright © 2014–2016 Apache Software Foundation. All rights reserved.