Uses of Interface
com.thebuzzmedia.exiftool.process.CommandResult
Packages that use CommandResult
Package
Description
-
Uses of CommandResult in com.thebuzzmedia.exiftool.exceptions
Methods in com.thebuzzmedia.exiftool.exceptions that return CommandResultModifier and TypeMethodDescriptionExifToolNotFoundException.getResult()
Get result triggered during command execution.Constructors in com.thebuzzmedia.exiftool.exceptions with parameters of type CommandResultModifierConstructorDescriptionExifToolNotFoundException
(String path, CommandResult result) Create exception. -
Uses of CommandResult in com.thebuzzmedia.exiftool.process
Methods in com.thebuzzmedia.exiftool.process that return CommandResultModifier and TypeMethodDescriptionExecute command and build the result.CommandExecutor.execute
(Command command, OutputHandler handler) Execute command and build the result. -
Uses of CommandResult in com.thebuzzmedia.exiftool.process.executor
Classes in com.thebuzzmedia.exiftool.process.executor that implement CommandResultMethods in com.thebuzzmedia.exiftool.process.executor that return CommandResultModifier and TypeMethodDescriptionDefaultCommandExecutor.execute
(Command command, OutputHandler handler)