Class CommandExecutors
- java.lang.Object
-
- com.thebuzzmedia.exiftool.process.executor.CommandExecutors
-
public final class CommandExecutors extends Object
Executor Factory.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CommandExecutor
newExecutor()
Create a fresh new withExecutor.
-
-
-
Method Detail
-
newExecutor
public static CommandExecutor newExecutor()
Create a fresh new withExecutor.- Returns:
- Executor.
-
-