Class PgpMain

java.lang.Object
cz.drg.pregrouper.process.PgpMain
All Implemented Interfaces:
Process

public class PgpMain extends Object implements Process
Main entry point for the PGP process, orchestrating the execution of the PGP master, database reader, and database writer.
  • Constructor Details

    • PgpMain

      public PgpMain()
  • Method Details

    • execute

      public void execute(ArgConfig config)
      Description copied from interface: Process
      Starts the execution of the process. Configs specified through the arguments already overwritten ProgramSetting by this point and only few are used directly from ArgConfig here.
      Specified by:
      execute in interface Process