Package gorsat.process
Class GenericGorRunner
- java.lang.Object
-
- org.gorpipe.gor.session.GorRunner
-
- gorsat.process.GenericGorRunner
-
- All Implemented Interfaces:
java.lang.Runnable
public class GenericGorRunner extends org.gorpipe.gor.session.GorRunnerThis class handles the most basic gor pipe execution. This includes setup, process and finish phases.
-
-
Constructor Summary
Constructors Constructor Description GenericGorRunner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun(org.gorpipe.model.gor.iterators.RowSource iterator, gorsat.Commands.Processor processor)
-