Package | Description |
---|---|
com.thebuzzmedia.exiftool.process | |
com.thebuzzmedia.exiftool.process.command | |
com.thebuzzmedia.exiftool.process.executor |
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.
|
CommandProcess |
CommandExecutor.start(Command command)
Start command line and return associated process.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultCommand
Default implementation for
Command interface. |
Modifier and Type | Method and Description |
---|---|
Command |
CommandBuilder.build()
Build the command line.
|
Modifier and Type | Method and Description |
---|---|
CommandResult |
DefaultCommandExecutor.execute(Command command) |
CommandResult |
DefaultCommandExecutor.execute(Command command,
OutputHandler handler) |
CommandProcess |
DefaultCommandExecutor.start(Command command) |
Copyright © 2015. All Rights Reserved.