Package org.jitsi.config
Class ReadOnlyConfigurationService
-
- All Implemented Interfaces:
-
org.jitsi.service.configuration.ConfigurationService
public final class ReadOnlyConfigurationService extends AbstractReadOnlyConfigurationService
An implementation of AbstractReadOnlyConfigurationService which supports reading the properties from a file whose location is determined by the ConfigurationService.PNAME_SC_HOME_DIR_LOCATION and ConfigurationService.PNAME_SC_HOME_DIR_NAME properties.
-
-
Constructor Summary
Constructors Constructor Description ReadOnlyConfigurationService()
-
Method Summary
Modifier and Type Method Description UnitreloadConfiguration()-
Methods inherited from class org.jitsi.config.AbstractReadOnlyConfigurationService
addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, getAllPropertyNames, getBoolean, getConfigurationFilename, getDouble, getInt, getLong, getProperty, getPropertyNamesByPrefix, getPropertyNamesBySuffix, getScHomeDirLocation, getScHomeDirName, getString, getString, logConfigurationProperties, purgeStoredConfiguration, removeProperty, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListener, setProperties, setProperty, setProperty, storeConfiguration -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
reloadConfiguration
Unit reloadConfiguration()
-
-
-
-