Class MobitorPluginsRegistry


  • @Service
    public class MobitorPluginsRegistry
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      MobitorPluginsRegistry​(java.util.Optional<java.util.List<ch.mobi.mobitor.plugins.api.MobitorPlugin>> optConfigPlugins)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<ch.mobi.mobitor.plugins.api.MobitorPlugin> getConfigPlugins()  
      ch.mobi.mobitor.plugins.api.MobitorPlugin getPlugin​(java.lang.String configPropertyName)  
      void initialize()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MobitorPluginsRegistry

        @Autowired
        public MobitorPluginsRegistry​(java.util.Optional<java.util.List<ch.mobi.mobitor.plugins.api.MobitorPlugin>> optConfigPlugins)
    • Method Detail

      • initialize

        @PostConstruct
        public void initialize()
      • getConfigPlugins

        public java.util.List<ch.mobi.mobitor.plugins.api.MobitorPlugin> getConfigPlugins()
      • getPlugin

        public ch.mobi.mobitor.plugins.api.MobitorPlugin getPlugin​(java.lang.String configPropertyName)