Class PropertyConfigurationStore

  • All Implemented Interfaces:
    ConfigurationStore

    public class PropertyConfigurationStore
    extends HashtableConfigurationStore<Properties>
    Implements a ConfigurationStore which stores property name-value associations in a Properties instance and supports its serialization format for the configuration file of ConfigurationServiceImpl. Because of the Properties backend which can associate names only String values, instances of PropertyConfigurationStore convert property values to String using Object#toString().
    Author:
    Lyubomir Marinov