Package | Description |
---|---|
org.apache.tamaya.events.delta |
This package contains artifacts to describe the changes (delta) of a
Configuration or a PropertySource.
|
Modifier and Type | Method and Description |
---|---|
PropertySourceChange |
PropertySourceChangeBuilder.build()
Builds the corresponding change set.
|
static PropertySourceChange |
PropertySourceChange.ofAdded(PropertySource propertySource)
Create a change event for a new PropertySource that was added.
|
static PropertySourceChange |
PropertySourceChange.ofDeleted(PropertySource propertySource)
Create a change event for a deleted PropertySource.
|
Modifier and Type | Method and Description |
---|---|
Collection<PropertySourceChange> |
ConfigurationContextChange.getPropertySourceChanges()
Get the changes recorded.
|
Collection<PropertySourceChange> |
ConfigurationContextChange.getPropertySourceUpdates()
Get the property source updates.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationContextChangeBuilder |
ConfigurationContextChangeBuilder.changedPropertySource(PropertySourceChange propertySourceChange)
This method records all changes to be applied to the base property provider/configuration to
achieve the given target state.
|
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.