Uses of Class
com.thebuzzmedia.exiftool.core.schedulers.SchedulerDuration
Packages that use SchedulerDuration
-
Uses of SchedulerDuration in com.thebuzzmedia.exiftool.core.schedulers
Methods in com.thebuzzmedia.exiftool.core.schedulers that return SchedulerDurationModifier and TypeMethodDescriptionstatic SchedulerDuration
Create new duration in millis.static SchedulerDuration
SchedulerDuration.millis
(long delay) Create new duration in millis.static SchedulerDuration
SchedulerDuration.seconds
(long delay) Create new duration in seconds.Constructors in com.thebuzzmedia.exiftool.core.schedulers with parameters of type SchedulerDurationModifierConstructorDescriptionDefaultScheduler
(SchedulerDuration executionDelay) Create new scheduler.DefaultScheduler
(SchedulerDuration executionDelay, SchedulerDuration terminationDelay) Create new scheduler.