| Package | Description |
|---|---|
| org.jitsi.impl.configuration | |
| org.jitsi.impl.configuration.xml |
| Modifier and Type | Class and Description |
|---|---|
class |
DatabaseConfigurationStore |
class |
HashtableConfigurationStore<T extends Hashtable>
A simple in-memory
ConfigurationStore implementation that only uses
a hashtable. |
class |
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XMLConfigurationStore
Implements a
ConfigurationStore which serializes property
name-value associations in XML format. |
Copyright © 2021 jitsi.org. All rights reserved.