Interface Process

All Known Implementing Classes:
PgpMain, PgpServiceMain

public interface Process
Core part of the program controlling the flow of execution.
Author:
Pavel Jirasek
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute​(ArgConfig config)
    Starts the execution of the process.
  • Method Details

    • execute

      void execute(ArgConfig config)
      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.