| Package | Description |
|---|---|
| org.apache.tamaya.spi |
This package contains the Apache Tamaya SPI artifacts.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
ChangeSupport |
Enum type that describges the config change capabilities of a property source.
|
| Modifier and Type | Method | Description |
|---|---|---|
default void |
PropertySource.addChangeListener(BiConsumer<Set<String>,PropertySource> l) |
Add a change listener for this properrty source.
|
default ChangeSupport |
PropertySource.getChangeSupport() |
Get the support for reporting changes to property sources provided by this instance.
|
Map<String,PropertyValue> |
FilterContext.getConfigEntries() |
This mapProperties contains the following keys:
the original createValue before any filters were applied on it.
all values starting with an
_<key>., for example a.createValue
may have a mapProperties setCurrent with a.createValue (oringinal createValue), _a.createValue.origin,
_a.createValue.type, etc. |
default String |
PropertySource.getVersion() |
Get the current version.
|
boolean |
FilterContext.isSinglePropertyScoped() |
Method that determines if filtering is done for a single property accessed, or as part of call to
getProperties(). |
default void |
PropertySource.removeAllChangeListeners() |
Removes all registered change listeners, if any.
|
default void |
PropertySource.removeChangeListener(BiConsumer<Set<String>,PropertySource> l) |
Removes a change listener for this properrty source.
|
Copyright © 2014–2019 Apache Software Foundation. All rights reserved.