Package ch.mobi.mobitor.service.plugins
Class MobitorPluginsRegistry
- java.lang.Object
-
- ch.mobi.mobitor.service.plugins.MobitorPluginsRegistry
-
@Service public class MobitorPluginsRegistry extends Object
-
-
Constructor Summary
Constructors Constructor Description MobitorPluginsRegistry(Optional<List<MobitorPlugin>> optConfigPlugins)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<MobitorPlugin>getConfigPlugins()MobitorPlugingetPlugin(String configPropertyName)voidinitialize()
-
-
-
Constructor Detail
-
MobitorPluginsRegistry
@Autowired public MobitorPluginsRegistry(Optional<List<MobitorPlugin>> optConfigPlugins)
-
-
Method Detail
-
initialize
@PostConstruct public void initialize()
-
getConfigPlugins
public List<MobitorPlugin> getConfigPlugins()
-
getPlugin
public MobitorPlugin getPlugin(String configPropertyName)
-
-