Uses of Interface
com.thebuzzmedia.exiftool.process.CommandExecutor
Packages that use CommandExecutor
Package
Description
-
Uses of CommandExecutor in com.thebuzzmedia.exiftool
Methods in com.thebuzzmedia.exiftool with parameters of type CommandExecutorModifier and TypeMethodDescriptionvoid
ExecutionStrategy.execute
(CommandExecutor executor, String exifTool, List<String> arguments, OutputHandler handler) Execute exiftool command.VersionCache.load
(String exifTool, CommandExecutor executor) Executeexiftool
using givenexecutor
to get version ofexiftool
executable and put results in a cache.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 CommandExecutorModifier and TypeMethodDescriptionvoid
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 CommandExecutorMethods in com.thebuzzmedia.exiftool.process.executor that return CommandExecutorModifier and TypeMethodDescriptionstatic CommandExecutor
CommandExecutors.newExecutor()
Create a fresh new withExecutor.