Class ForkExec

java.lang.Object
ecmwf.common.technical.ForkAbstract
ecmwf.common.technical.ForkExec
All Implemented Interfaces:
Closeable, AutoCloseable

public final class ForkExec extends ForkAbstract
The Class ForkExec.
  • Constructor Details

    • ForkExec

      public ForkExec(String[] args)
      Instantiates a new fork exec.
      Parameters:
      args - the args
    • ForkExec

      public ForkExec(String args)
      Instantiates a new fork exec.
      Parameters:
      args - the args
  • Method Details