| Interface | Description |
|---|---|
| ConfigurationStore |
Abstracts the runtime storage, the serialization and deserialization of the
configuration properties and their associated values of
ConfigurationServiceImpl and the format of the configuration file.
|
| Class | Description |
|---|---|
| ChangeEventDispatcher |
This is a utility class that can be used by objects that support constrained
properties.
|
| ConfigurationServiceImpl |
A straightforward implementation of the ConfigurationService using
an XML or a .properties file for storing properties.
|
| DatabaseConfigurationStore | |
| HashtableConfigurationStore<T extends Hashtable> |
A simple in-memory
ConfigurationStore implementation that only uses
a hashtable. |
| PropertyConfigurationStore |
Implements a ConfigurationStore which stores property name-value
associations in a Properties instance and supports its
serialization format for the configuration file of
ConfigurationServiceImpl.
|
| SortedProperties |
This class is a sorted version of classical java.util.Properties.
|
Copyright © 2022 jitsi.org. All rights reserved.