Package | Description |
---|---|
com.thebuzzmedia.exiftool.exceptions | |
com.thebuzzmedia.exiftool.process | |
com.thebuzzmedia.exiftool.process.executor |
Modifier and Type | Method and Description |
---|---|
CommandResult |
ExifToolNotFoundException.getResult()
Get result triggered during command execution.
|
Constructor and Description |
---|
ExifToolNotFoundException(java.io.IOException ex,
java.lang.String path,
CommandResult result)
Create exception.
|
ExifToolNotFoundException(java.lang.String path,
CommandResult result)
Create exception.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultCommandResult
Default result object.
|
Modifier and Type | Method and Description |
---|---|
CommandResult |
DefaultCommandExecutor.execute(Command command) |
CommandResult |
DefaultCommandExecutor.execute(Command command,
OutputHandler handler) |
Copyright © 2018. All Rights Reserved.