- get(String) - Method in class org.apache.tamaya.mutableconfig.internal.DefaultMutableConfiguration
-
- get(String, Class<T>) - Method in class org.apache.tamaya.mutableconfig.internal.DefaultMutableConfiguration
-
- get(String, TypeLiteral<T>) - Method in class org.apache.tamaya.mutableconfig.internal.DefaultMutableConfiguration
-
- get(String) - Method in class org.apache.tamaya.mutableconfig.propertysources.MutablePropertiesPropertySource
-
- get(String) - Method in class org.apache.tamaya.mutableconfig.propertysources.MutableXmlPropertiesPropertySource
-
- getAddedProperties(UUID) - Method in class org.apache.tamaya.mutableconfig.propertysources.AbstractMutablePropertySource
-
Get a list with property keys added within the given transaction.
- getAddedProperties() - Method in class org.apache.tamaya.mutableconfig.propertysources.ConfigChangeContext
-
Get an unmodifiable key/value map of properties added or updated.
- getApplyAllChangePolicy() - Static method in class org.apache.tamaya.mutableconfig.MutableConfigurationProvider
-
This propagation policy writes through all changes to all mutable property sources, where applicable.
- getApplyMostSignificantOnlyChangePolicy() - Static method in class org.apache.tamaya.mutableconfig.MutableConfigurationProvider
-
This propagation policy writes changes only once to the most significant property source, where a change is
applicable.
- getApplyNonePolicy() - Static method in class org.apache.tamaya.mutableconfig.MutableConfigurationProvider
-
This propagation policy writes changes only once to the most significant property source, where a change is
applicable.
- getApplySelectiveChangePolicy(String...) - Static method in class org.apache.tamaya.mutableconfig.MutableConfigurationProvider
-
This propagation policy writes changes only once to the most significant property source, where a change is
applicable.
- getAutoCommit() - Method in class org.apache.tamaya.mutableconfig.internal.DefaultMutableConfiguration
-
- getAutoCommit() - Method in interface org.apache.tamaya.mutableconfig.MutableConfiguration
-
Get the current autoCommit policy.
- getChangePropagationPolicy() - Method in class org.apache.tamaya.mutableconfig.internal.DefaultMutableConfiguration
-
- getChangePropagationPolicy() - Method in interface org.apache.tamaya.mutableconfig.MutableConfiguration
-
- getContext() - Method in class org.apache.tamaya.mutableconfig.internal.DefaultMutableConfiguration
-
- getMutableConfiguration() - Static method in class org.apache.tamaya.mutableconfig.MutableConfigurationProvider
-
- getMutableConfiguration(Configuration) - Static method in class org.apache.tamaya.mutableconfig.MutableConfigurationProvider
-
- getMutablePropertySources() - Method in class org.apache.tamaya.mutableconfig.internal.DefaultMutableConfiguration
-
- getMutablePropertySources() - Method in interface org.apache.tamaya.mutableconfig.MutableConfiguration
-
Identifies the configuration backend that are targeted by this instance and which are
also responsible for writing back the changes applied.
- getName() - Method in class org.apache.tamaya.mutableconfig.propertysources.MutablePropertiesPropertySource
-
- getName() - Method in class org.apache.tamaya.mutableconfig.propertysources.MutableXmlPropertiesPropertySource
-
- getOrDefault(String, String) - Method in class org.apache.tamaya.mutableconfig.internal.DefaultMutableConfiguration
-
- getOrDefault(String, Class<T>, T) - Method in class org.apache.tamaya.mutableconfig.internal.DefaultMutableConfiguration
-
- getOrDefault(String, TypeLiteral<T>, T) - Method in class org.apache.tamaya.mutableconfig.internal.DefaultMutableConfiguration
-
- getProperties() - Method in class org.apache.tamaya.mutableconfig.internal.DefaultMutableConfiguration
-
- getProperties() - Method in class org.apache.tamaya.mutableconfig.propertysources.MutablePropertiesPropertySource
-
- getProperties() - Method in class org.apache.tamaya.mutableconfig.propertysources.MutableXmlPropertiesPropertySource
-
- getPropertySourcesThatCanRemove(String) - Method in class org.apache.tamaya.mutableconfig.internal.DefaultMutableConfiguration
-
- getPropertySourcesThatCanRemove(String) - Method in interface org.apache.tamaya.mutableconfig.MutableConfiguration
-
Identifies the configuration backend that know the given key(s) and support removing it/them.
- getPropertySourcesThatCanWrite(String) - Method in class org.apache.tamaya.mutableconfig.internal.DefaultMutableConfiguration
-
- getPropertySourcesThatCanWrite(String) - Method in interface org.apache.tamaya.mutableconfig.MutableConfiguration
-
Identifies the configuration backends that supports writing the given key(s).
- getPropertySourcesThatKnow(String) - Method in class org.apache.tamaya.mutableconfig.internal.DefaultMutableConfiguration
-
- getPropertySourcesThatKnow(String) - Method in interface org.apache.tamaya.mutableconfig.MutableConfiguration
-
Identifies the configuration backend that know the given key(s).
- getRemovedProperties(UUID) - Method in class org.apache.tamaya.mutableconfig.propertysources.AbstractMutablePropertySource
-
Get a list with property keys removed within the given transaction.
- getRemovedProperties() - Method in class org.apache.tamaya.mutableconfig.propertysources.ConfigChangeContext
-
Get an unmodifiable key set of properties removed.
- getStartedAt() - Method in class org.apache.tamaya.mutableconfig.propertysources.ConfigChangeContext
-
Timestamp in UTC millis, when this transaction (context) was created.
- getTransactionId() - Method in class org.apache.tamaya.mutableconfig.internal.DefaultMutableConfiguration
-
- getTransactionId() - Method in interface org.apache.tamaya.mutableconfig.MutableConfiguration
-
Get the current transaction id.
- getTransactionID() - Method in class org.apache.tamaya.mutableconfig.propertysources.ConfigChangeContext
-
Get the corresppnding transaction ID of this instance.