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 TypeMethodDescriptionvoidExecutionStrategy.execute(CommandExecutor executor, String exifTool, List<String> arguments, OutputHandler handler) Execute exiftool command.VersionCache.load(String exifTool, CommandExecutor executor) Executeexiftoolusing givenexecutorto get version ofexiftoolexecutable 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 TypeMethodDescriptionvoidDefaultStrategy.execute(CommandExecutor executor, String exifTool, List<String> arguments, OutputHandler handler) voidPoolStrategy.execute(CommandExecutor executor, String exifTool, List<String> arguments, OutputHandler handler) voidStayOpenStrategy.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 CommandExecutorCommandExecutors.newExecutor()Create a fresh new withExecutor.