-
public class JitsiConfig.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final LoggerImplloggerprivate ConfigSourceTypesafeConfigprivate final ConfigSourcenewConfigprivate final ConfigurationServiceSipCommunicatorPropsprivate final ConfigSourceSipCommunicatorPropsConfigSourceprivate final ConfigSourcelegacyConfigpublic final static JitsiConfig.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final UnituseDebugNewConfig(ConfigSource config)final UnituseDebugLegacyConfig(ConfigSource config)final UnitreloadNewConfig()final LoggerImplgetLogger()final ConfigSourcegetTypesafeConfig()A ConfigSource loaded via ConfigFactory. final ConfigSourcegetNewConfig()final ConfigurationServicegetSipCommunicatorProps()A ConfigurationService which can be installed via OSGi for legacy code which still requires it. final ConfigSourcegetSipCommunicatorPropsConfigSource()A ConfigSource wrapper around the legacy ConfigurationService. final ConfigSourcegetLegacyConfig()final UnitsetTypesafeConfig(ConfigSource TypesafeConfig)-
-
Method Detail
-
useDebugNewConfig
final Unit useDebugNewConfig(ConfigSource config)
-
useDebugLegacyConfig
final Unit useDebugLegacyConfig(ConfigSource config)
-
reloadNewConfig
final Unit reloadNewConfig()
-
getLogger
final LoggerImpl getLogger()
-
getTypesafeConfig
final ConfigSource getTypesafeConfig()
A ConfigSource loaded via ConfigFactory.
-
getNewConfig
final ConfigSource getNewConfig()
-
getSipCommunicatorProps
final ConfigurationService getSipCommunicatorProps()
A ConfigurationService which can be installed via OSGi for legacy code which still requires it.
-
getSipCommunicatorPropsConfigSource
final ConfigSource getSipCommunicatorPropsConfigSource()
A ConfigSource wrapper around the legacy ConfigurationService.
-
getLegacyConfig
final ConfigSource getLegacyConfig()
-
setTypesafeConfig
final Unit setTypesafeConfig(ConfigSource TypesafeConfig)
-
-
-
-