Uses of Class
com.thebuzzmedia.exiftool.Version
-
Packages that use Version Package Description com.thebuzzmedia.exiftool com.thebuzzmedia.exiftool.core.strategies com.thebuzzmedia.exiftool.exceptions -
-
Uses of Version in com.thebuzzmedia.exiftool
Methods in com.thebuzzmedia.exiftool that return Version Modifier and Type Method Description Version
ExifTool. getVersion()
Exiftool version pointed by this instance.Version
VersionCache. load(String exifTool, CommandExecutor executor)
Executeexiftool
using givenexecutor
to get version ofexiftool
executable and put results in a cache.Methods in com.thebuzzmedia.exiftool with parameters of type Version Modifier and Type Method Description int
Version. compareTo(Version version)
boolean
ExecutionStrategy. isSupported(Version version)
Check if this strategy should is supported with this specific version. -
Uses of Version in com.thebuzzmedia.exiftool.core.strategies
Methods in com.thebuzzmedia.exiftool.core.strategies with parameters of type Version Modifier and Type Method Description boolean
DefaultStrategy. isSupported(Version version)
boolean
PoolStrategy. isSupported(Version version)
boolean
StayOpenStrategy. isSupported(Version version)
-
Uses of Version in com.thebuzzmedia.exiftool.exceptions
Methods in com.thebuzzmedia.exiftool.exceptions that return Version Modifier and Type Method Description Version
UnsupportedFeatureException. getVersion()
Constructors in com.thebuzzmedia.exiftool.exceptions with parameters of type Version Constructor Description UnsupportedFeatureException(String path, Version version)
-