Class DefaultStrategy

java.lang.Object
com.thebuzzmedia.exiftool.core.strategies.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.