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 |
---|---|
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(org.apache.tamaya.spi.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()
Just creates a new ConfigurationContextBuilder using the current COnfigurationContext has root resource.
|
static ConfigurationContextChangeBuilder |
ConfigurationContextChangeBuilder.of(org.apache.tamaya.spi.ConfigurationContext context)
Creates a new instance current this builder.
|
ConfigurationContextChangeBuilder |
ConfigurationContextChangeBuilder.removedPropertySource(org.apache.tamaya.spi.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)
Apply given timestamp to the set being built.
|
ConfigurationContextChangeBuilder |
ConfigurationContextChangeBuilder.setVersion(String version)
Apply a version/UUID to the set being built.
|
Copyright © 2014–2016 Apache Software Foundation. All rights reserved.