Package ch.mobi.mobitor.service.config
Class ExtendableScreenConfigService
java.lang.Object
ch.mobi.mobitor.service.config.ExtendableScreenConfigService
-
Constructor Summary
ConstructorsConstructorDescriptionExtendableScreenConfigService(MobitorPluginsRegistry pluginsRegistry, List<ScreenConfigGenerator> screenConfigGenerators) -
Method Summary
Modifier and TypeMethodDescriptionList<ch.mobi.mobitor.plugins.api.domain.config.ExtendableScreenConfig> List<ch.mobi.mobitor.plugins.api.domain.config.ExtendableScreenConfig> ch.mobi.mobitor.plugins.api.domain.config.ExtendableScreenConfiggetScreenConfig(String configKey) void
-
Constructor Details
-
ExtendableScreenConfigService
@Autowired public ExtendableScreenConfigService(MobitorPluginsRegistry pluginsRegistry, List<ScreenConfigGenerator> screenConfigGenerators)
-
-
Method Details
-
initialize
@PostConstruct public void initialize() -
getConfigs
-
getScreenConfig
public ch.mobi.mobitor.plugins.api.domain.config.ExtendableScreenConfig getScreenConfig(String configKey) -
getAllScreenConfigs
-