Uses of Class
com.thebuzzmedia.exiftool.Version
Packages that use Version
Package
Description
-
Uses of Version in com.thebuzzmedia.exiftool
Methods in com.thebuzzmedia.exiftool that return VersionModifier and TypeMethodDescriptionExifTool.getVersion()
Exiftool version pointed by this instance.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 VersionModifier and TypeMethodDescriptionint
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 VersionModifier and TypeMethodDescriptionboolean
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 VersionModifier and TypeMethodDescriptionUnsupportedFeatureException.getVersion()
GetsUnsupportedFeatureException.version
.Constructors in com.thebuzzmedia.exiftool.exceptions with parameters of type VersionModifierConstructorDescriptionUnsupportedFeatureException
(String path, Version version) Create exception.