jar

org.apache.tamaya.ext : tamaya-mutable-config

Maven & Gradle

Sep 25, 2019
5 usages

Apache Tamaya Modules - Mutable Configuration · This module provides abstraction, if your scenario needs to actively change configuration entries and write changes back to some property sources, files etc.

Table Of Contents

Latest Version

Download org.apache.tamaya.ext : tamaya-mutable-config JAR file - Latest Versions:

All Versions

Download org.apache.tamaya.ext : tamaya-mutable-config JAR file - All Versions:

Version Vulnerabilities Size Updated
0.4
0.3
0.2

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window tamaya-mutable-config-0.4-incubating.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.apache.tamaya.mutableconfig

├─ org.apache.tamaya.mutableconfig.ChangePropagationPolicy.class - [JAR]

├─ org.apache.tamaya.mutableconfig.ConfigChangeRequest.class - [JAR]

├─ org.apache.tamaya.mutableconfig.MutableConfiguration.class - [JAR]

├─ org.apache.tamaya.mutableconfig.MutableConfigurationProvider.class - [JAR]

org.apache.tamaya.mutableconfig.propertysources

├─ org.apache.tamaya.mutableconfig.propertysources.MutablePropertiesPropertySource.class - [JAR]

├─ org.apache.tamaya.mutableconfig.propertysources.MutableXmlPropertiesPropertySource.class - [JAR]

org.apache.tamaya.mutableconfig.spi

├─ org.apache.tamaya.mutableconfig.spi.MutableConfigurationProviderSpi.class - [JAR]

├─ org.apache.tamaya.mutableconfig.spi.MutablePropertySource.class - [JAR]

org.apache.tamaya.mutableconfig.internal

├─ org.apache.tamaya.mutableconfig.internal.DefaultMutableConfiguration.class - [JAR]

├─ org.apache.tamaya.mutableconfig.internal.DefaultMutableConfigurationSpi.class - [JAR]

Advertisement