| Package | Description |
|---|---|
| org.apache.tamaya.events |
This package provides the main building blocks for handling configuration changes, such as
ConfigEventManager, ConfigEventListener and
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(org.apache.tamaya.spi.PropertySource propertySource)
Create a change event for a new PropertySource that was added.
|
static PropertySourceChange |
PropertySourceChange.ofDeleted(org.apache.tamaya.spi.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–2016 Apache Software Foundation. All rights reserved.