Package ch.mobi.mobitor.service.config
Class ExtendableScreenConfigService
- java.lang.Object
-
- ch.mobi.mobitor.service.config.ExtendableScreenConfigService
-
@Component public class ExtendableScreenConfigService extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ExtendableScreenConfigService(MobitorPluginsRegistry pluginsRegistry, java.util.List<ScreenConfigGenerator> screenConfigGenerators)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ch.mobi.mobitor.plugins.api.domain.config.ExtendableScreenConfig>getAllScreenConfigs()java.util.List<ch.mobi.mobitor.plugins.api.domain.config.ExtendableScreenConfig>getConfigs()ch.mobi.mobitor.plugins.api.domain.config.ExtendableScreenConfiggetScreenConfig(java.lang.String configKey)voidinitialize()
-
-
-
Constructor Detail
-
ExtendableScreenConfigService
@Autowired public ExtendableScreenConfigService(MobitorPluginsRegistry pluginsRegistry, java.util.List<ScreenConfigGenerator> screenConfigGenerators)
-
-
Method Detail
-
initialize
@PostConstruct public void initialize()
-
getConfigs
public java.util.List<ch.mobi.mobitor.plugins.api.domain.config.ExtendableScreenConfig> getConfigs()
-
getScreenConfig
public ch.mobi.mobitor.plugins.api.domain.config.ExtendableScreenConfig getScreenConfig(java.lang.String configKey)
-
getAllScreenConfigs
public java.util.List<ch.mobi.mobitor.plugins.api.domain.config.ExtendableScreenConfig> getAllScreenConfigs()
-
-