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