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 |
---|---|
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.
|
ConfigurationContextChangeBuilder |
ConfigurationContextChangeBuilder.newPropertySource(PropertySource propertySource)
This method records all changes to be applied to the base property provider/configuration to
achieve the given target state.
|
static ConfigurationContextChangeBuilder |
ConfigurationContextChangeBuilder.of()
Creates a new instance current this builder.
|
ConfigurationContextChangeBuilder |
ConfigurationContextChangeBuilder.removedPropertySource(PropertySource propertySource)
This method records all changes to be applied to the base property provider/configuration to
achieve the given target state.
|
ConfigurationContextChangeBuilder |
ConfigurationContextChangeBuilder.setTimestamp(long timestamp) |
ConfigurationContextChangeBuilder |
ConfigurationContextChangeBuilder.setVersion(String version) |
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.