Class NoRuntimeProvider

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void init​(boolean clientInstance)  
      void preLoad()  
      void run​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

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

      • NoRuntimeProvider

        public NoRuntimeProvider()
    • Method Detail

      • run

        public void run​(java.lang.String[] args)
                 throws java.lang.Exception
        Specified by:
        run in interface RuntimeProvider
        Throws:
        java.lang.Exception
      • preLoad

        public void preLoad()
                     throws java.lang.Exception
        Specified by:
        preLoad in interface RuntimeProvider
        Throws:
        java.lang.Exception
      • init

        public void init​(boolean clientInstance)
        Specified by:
        init in interface RuntimeProvider