Class DefaultStrategy

  • All Implemented Interfaces:
    ExecutionStrategy, AutoCloseable

    public class DefaultStrategy
    extends Object
    implements ExecutionStrategy
    This is the default strategy.
    For each execution, a one-shot process is:
    • Created using withExecutor.
    • Used to execute command line.
    • Closed at the end of the execution.