Uses of Interface
com.thebuzzmedia.exiftool.process.CommandExecutor
-
Packages that use CommandExecutor Package Description com.thebuzzmedia.exiftool com.thebuzzmedia.exiftool.core.strategies com.thebuzzmedia.exiftool.process.executor -
-
Uses of CommandExecutor in com.thebuzzmedia.exiftool
Methods in com.thebuzzmedia.exiftool with parameters of type CommandExecutor Modifier and Type Method Description void
ExecutionStrategy. execute(CommandExecutor executor, String exifTool, List<String> arguments, OutputHandler handler)
Execute exiftool command.Version
VersionCache. load(String exifTool, CommandExecutor executor)
Executeexiftool
using givenexecutor
to get version ofexiftool
executable and put results in a cache.ExifToolBuilder
ExifToolBuilder. withExecutor(CommandExecutor executor)
Override default exifTool executor. -
Uses of CommandExecutor in com.thebuzzmedia.exiftool.core.strategies
Methods in com.thebuzzmedia.exiftool.core.strategies with parameters of type CommandExecutor Modifier and Type Method Description void
DefaultStrategy. execute(CommandExecutor executor, String exifTool, List<String> arguments, OutputHandler handler)
void
PoolStrategy. execute(CommandExecutor executor, String exifTool, List<String> arguments, OutputHandler handler)
void
StayOpenStrategy. execute(CommandExecutor executor, String exifTool, List<String> arguments, OutputHandler handler)
-
Uses of CommandExecutor in com.thebuzzmedia.exiftool.process.executor
Classes in com.thebuzzmedia.exiftool.process.executor that implement CommandExecutor Modifier and Type Class Description class
DefaultCommandExecutor
Default Executor.Methods in com.thebuzzmedia.exiftool.process.executor that return CommandExecutor Modifier and Type Method Description static CommandExecutor
CommandExecutors. newExecutor()
Create a fresh new withExecutor.
-