Uses of Interface
com.thebuzzmedia.exiftool.ExecutionStrategy
Packages that use ExecutionStrategy
-
Uses of ExecutionStrategy in com.thebuzzmedia.exiftool
Methods in com.thebuzzmedia.exiftool with parameters of type ExecutionStrategyModifier and TypeMethodDescriptionExifToolBuilder.withStrategy
(ExecutionStrategy strategy) Override default execution strategy. -
Uses of ExecutionStrategy in com.thebuzzmedia.exiftool.core.strategies
Classes in com.thebuzzmedia.exiftool.core.strategies that implement ExecutionStrategyModifier and TypeClassDescriptionclass
This is the default strategy.class
Implementation ofExecutionStrategy
using a pool of strategies.class
Execution strategy that useexiftool
with thestay_open
feature.Constructor parameters in com.thebuzzmedia.exiftool.core.strategies with type arguments of type ExecutionStrategyModifierConstructorDescriptionPoolStrategy
(Collection<ExecutionStrategy> strategies) Create the pool.