Interface ProcessEnvironment.Factory

Enclosing interface:
ProcessEnvironment

public static interface ProcessEnvironment.Factory
Factory interface for constructing instances of ProcessEnvironment implementations.
  • Method Details

    • make

      ProcessEnvironment make(@NotNull @NotNull Configuration configuration, @NotNull @NotNull String mainClassName, @NotNull @NotNull Logger log)
      Factory method.
      Parameters:
      configuration - The configuration
      mainClassName - The main class name
      log - The log
      Returns:
      A new instance of the appropriate ProcessEnvironment implementation