Class GenericRunnerFactory


  • public class GenericRunnerFactory
    extends org.gorpipe.gor.session.GorRunnerFactory
    Factory method for creating an instance of the GenericGorRunner class.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.gorpipe.gor.session.GorRunner create()  
      • Methods inherited from class java.lang.Object

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

      • GenericRunnerFactory

        public GenericRunnerFactory()
    • Method Detail

      • create

        public org.gorpipe.gor.session.GorRunner create()
        Specified by:
        create in class org.gorpipe.gor.session.GenericFactory<org.gorpipe.gor.session.GorRunner>