Uses of Class
org.quartz.triggers.CronExpression
Packages that use CronExpression
-
Uses of CronExpression in org.quartz.triggers
Methods in org.quartz.triggers with parameters of type CronExpressionModifier and TypeMethodDescriptionvoid
CronTriggerImpl.setCronExpression
(CronExpression cronExpression) Set the CronExpression to the given one.Constructors in org.quartz.triggers with parameters of type CronExpressionModifierConstructorDescriptionCronExpression
(CronExpression expression) Constructs a newCronExpression
as a copy of an existing instance.