Package io.deephaven.util.process
Interface ProcessEnvironment.Factory
- Enclosing interface:
- ProcessEnvironment
public static interface ProcessEnvironment.Factory
Factory interface for constructing instances of ProcessEnvironment implementations.
-
Method Summary
Modifier and TypeMethodDescriptionmake
(@NotNull Configuration configuration, @NotNull String mainClassName, @NotNull Logger log) Factory method.
-
Method Details
-
make
ProcessEnvironment make(@NotNull @NotNull Configuration configuration, @NotNull @NotNull String mainClassName, @NotNull @NotNull Logger log) Factory method.- Parameters:
configuration
- The configurationmainClassName
- The main class namelog
- The log- Returns:
- A new instance of the appropriate ProcessEnvironment implementation
-