Class EnsembleStartStopServiceManagerTest.Initializer

  • All Implemented Interfaces:
    org.springframework.context.ApplicationContextInitializer<org.springframework.context.ConfigurableApplicationContext>
    Enclosing class:
    EnsembleStartStopServiceManagerTest

    @Import(de.iip_ecosphere.platform.services.spring.SpringCloudServiceSetup.class)
    public static class EnsembleStartStopServiceManagerTest.Initializer
    extends java.lang.Object
    implements org.springframework.context.ApplicationContextInitializer<org.springframework.context.ConfigurableApplicationContext>
    Initializes/modifies the spring setup.
    Author:
    Holger Eichelberger, SSE
    • Constructor Summary

      Constructors 
      Constructor Description
      Initializer()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void initialize​(org.springframework.context.ConfigurableApplicationContext applicationContext)  
      • Methods inherited from class java.lang.Object

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

      • Initializer

        public Initializer()
    • Method Detail

      • initialize

        public void initialize​(org.springframework.context.ConfigurableApplicationContext applicationContext)
        Specified by:
        initialize in interface org.springframework.context.ApplicationContextInitializer<org.springframework.context.ConfigurableApplicationContext>