Package | Description |
---|---|
com.thebuzzmedia.exiftool | |
com.thebuzzmedia.exiftool.core.strategies | |
com.thebuzzmedia.exiftool.process.executor |
Modifier and Type | Method and Description |
---|---|
void |
ExecutionStrategy.execute(CommandExecutor executor,
String exifTool,
List<String> arguments,
OutputHandler handler)
Execute exiftool command.
|
Version |
VersionCache.load(String exifTool,
CommandExecutor executor)
Execute
exiftool using given executor to get version
of exiftool executable and put results in a cache. |
ExifToolBuilder |
ExifToolBuilder.withExecutor(CommandExecutor executor)
Override default exifTool executor.
|
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 | Class and Description |
---|---|
class |
DefaultCommandExecutor
Default Executor.
|
Modifier and Type | Method and Description |
---|---|
static CommandExecutor |
CommandExecutors.newExecutor()
Create a fresh new withExecutor.
|
Copyright © 2016. All Rights Reserved.