Uses of Class
ch.mobi.mobitor.service.plugins.MobitorPluginsRegistry
-
Packages that use MobitorPluginsRegistry Package Description ch.mobi.mobitor ch.mobi.mobitor.domain.factory ch.mobi.mobitor.service.config -
-
Uses of MobitorPluginsRegistry in ch.mobi.mobitor
Constructors in ch.mobi.mobitor with parameters of type MobitorPluginsRegistry Constructor Description LegendController(MobitorPluginsRegistry pluginsRegistry, ScreenViewHelper screenViewHelper)ScreenController(ch.mobi.mobitor.plugins.api.model.ScreensModel screensModel, ScreenViewHelper screenViewHelper, OnDutyService onDutyService, EnvironmentInformationHelper environmentInformationHelper, MobitorPluginsRegistry pluginsRegistry) -
Uses of MobitorPluginsRegistry in ch.mobi.mobitor.domain.factory
Constructors in ch.mobi.mobitor.domain.factory with parameters of type MobitorPluginsRegistry Constructor Description ExtendableScreenFactory(MobitorPluginsRegistry pluginsRegistry) -
Uses of MobitorPluginsRegistry in ch.mobi.mobitor.service.config
Constructors in ch.mobi.mobitor.service.config with parameters of type MobitorPluginsRegistry Constructor Description ExtendableScreenConfigService(MobitorPluginsRegistry pluginsRegistry, java.util.List<ScreenConfigGenerator> screenConfigGenerators)
-