Class RunnerFactory


  • public class RunnerFactory
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      RunnerFactory()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      RunnerImpl create​(java.lang.Class<?> klass)  
      • Methods inherited from class java.lang.Object

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

      • RunnerFactory

        public RunnerFactory()
    • Method Detail

      • create

        public RunnerImpl create​(java.lang.Class<?> klass)
                          throws java.lang.reflect.InvocationTargetException
        Throws:
        java.lang.reflect.InvocationTargetException