Class Main


  • public class Main
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected Options options  
    • Constructor Summary

      Constructors 
      Constructor Description
      Main​(Options options)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void addOptions​(org.springframework.context.ConfigurableApplicationContext context)  
      void executeSuite()  
      void executeSuite​(org.springframework.context.ConfigurableApplicationContext context)  
      org.springframework.context.ConfigurableApplicationContext getApplicationContext()  
      protected static void main​(Options options)  
      static void main​(java.lang.String[] argv)  
      • Methods inherited from class java.lang.Object

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

      • options

        protected final Options options
    • Constructor Detail

      • Main

        public Main​(Options options)
    • Method Detail

      • executeSuite

        public void executeSuite()
                          throws java.lang.InterruptedException,
                                 java.util.concurrent.ExecutionException
        Throws:
        java.lang.InterruptedException
        java.util.concurrent.ExecutionException
      • getApplicationContext

        public org.springframework.context.ConfigurableApplicationContext getApplicationContext()
      • addOptions

        protected void addOptions​(org.springframework.context.ConfigurableApplicationContext context)
      • executeSuite

        public void executeSuite​(org.springframework.context.ConfigurableApplicationContext context)
                          throws java.util.concurrent.ExecutionException,
                                 java.lang.InterruptedException
        Throws:
        java.util.concurrent.ExecutionException
        java.lang.InterruptedException
      • main

        public static void main​(java.lang.String[] argv)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • main

        protected static void main​(Options options)
                            throws java.util.concurrent.ExecutionException,
                                   java.lang.InterruptedException
        Throws:
        java.util.concurrent.ExecutionException
        java.lang.InterruptedException