Class DefaultCommand
java.lang.Object
com.thebuzzmedia.exiftool.process.command.DefaultCommand
- All Implemented Interfaces:
Command
Default implementation for
Command
interface.
This implementation should only be used with CommandBuilder
builder.-
Constructor Summary
ConstructorsConstructorDescriptionDefaultCommand
(String executable, List<String> arguments) Create command line. -
Method Summary
-
Constructor Details
-
DefaultCommand
Create command line.- Parameters:
executable
- Executable value.arguments
- List of optional arguments.
-
-
Method Details
-
getArguments
Description copied from interface:Command
Command arguments:- First item should be the command line executable value.
- Next items should be the command line arguments.
- Specified by:
getArguments
in interfaceCommand
- Returns:
- Command arguments.
-
toString
-
equals
-
hashCode
public int hashCode()
-