Uses of Interface
com.thebuzzmedia.exiftool.process.CommandResult
-
Packages that use CommandResult Package Description com.thebuzzmedia.exiftool.exceptions com.thebuzzmedia.exiftool.process com.thebuzzmedia.exiftool.process.executor -
-
Uses of CommandResult in com.thebuzzmedia.exiftool.exceptions
Methods in com.thebuzzmedia.exiftool.exceptions that return CommandResult Modifier and Type Method Description CommandResult
ExifToolNotFoundException. getResult()
Get result triggered during command execution.Constructors in com.thebuzzmedia.exiftool.exceptions with parameters of type CommandResult Constructor Description ExifToolNotFoundException(String path, CommandResult result)
Create exception. -
Uses of CommandResult in com.thebuzzmedia.exiftool.process
Methods in com.thebuzzmedia.exiftool.process that return CommandResult Modifier and Type Method Description CommandResult
CommandExecutor. execute(Command command)
Execute command and build the result.CommandResult
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 CommandResult Modifier and Type Class Description class
DefaultCommandResult
Default result object.Methods in com.thebuzzmedia.exiftool.process.executor that return CommandResult Modifier and Type Method Description CommandResult
DefaultCommandExecutor. execute(Command command)
CommandResult
DefaultCommandExecutor. execute(Command command, OutputHandler handler)
-