Package 

Class AbstractReadOnlyConfigurationService

  • All Implemented Interfaces:
    org.jitsi.service.configuration.ConfigurationService

    
    public abstract class AbstractReadOnlyConfigurationService
     implements ConfigurationService
                        

    A stripped-down implementation of ConfigurationService which serves two purposes:

    • Injected as an OSGi implementation of ConfigurationService for libs which still expect to find a ConfigurationService via OSGi

    • Wrapped by ConfigurationServiceConfigSource to be used in new config

    NOTE: this abstract base class exists so that a test implementation can be written which pulls properties from somewhere else.