Modifier and Type | Method and Description |
---|---|
void |
ExecutionStrategy.execute(CommandExecutor executor,
String exifTool,
List<String> arguments,
OutputHandler handler)
Execute exiftool command.
|
Modifier and Type | Class and Description |
---|---|
class |
StopHandler
Check if line means it is the end of the stream.
|
class |
TagHandler
Read tags line by line.
|
Modifier and Type | Method and Description |
---|---|
void |
StayOpenStrategy.execute(CommandExecutor executor,
String exifTool,
List<String> arguments,
OutputHandler handler) |
void |
DefaultStrategy.execute(CommandExecutor executor,
String exifTool,
List<String> arguments,
OutputHandler handler) |
Modifier and Type | Method and Description |
---|---|
CommandResult |
CommandExecutor.execute(Command command,
OutputHandler handler)
Execute command and build the result.
|
String |
CommandProcess.read(OutputHandler handler)
Read output until:
A null line is read.
Handler returns false when line is read.
Since command process will not be closed, a simple string
is returned (an exit status cannot be computed).
|
Modifier and Type | Method and Description |
---|---|
CommandResult |
DefaultCommandExecutor.execute(Command command,
OutputHandler handler) |
String |
DefaultCommandProcess.read(OutputHandler handler) |
Copyright © 2016. All Rights Reserved.