Package com.thebuzzmedia.exiftool
Interface ExifToolOptions
-
- All Known Implementing Classes:
StandardOptions
public interface ExifToolOptions
ExifTool options wrapper that can be serialized as list of arguments.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterable<String>
serialize()
Serialize exiftool options as a collection of arguments that will be sent to the command line.
-