Uses of Class
io.github.projectunified.cronutils.model.definition.CronConstraint
Packages that use CronConstraint
-
Uses of CronConstraint in io.github.projectunified.cronutils.model.definition
Methods in io.github.projectunified.cronutils.model.definition that return CronConstraintModifier and TypeMethodDescriptionstatic CronConstraintCronConstraintsFactory.ensureEitherDayOfWeekOrDayOfMonth()static CronConstraintCronConstraintsFactory.ensureEitherDayOfYearOrMonth()Creates CronConstraint to ensure that either day-of-year or month is assigned a specific value.static CronConstraintCronConstraintsFactory.ensureQuartzDayOfMonthAndDayOfWeekValidation()Creates CronConstraint to ensure that for Quartz cron expressions, either day-of-month or day-of-week must be a question mark.Methods in io.github.projectunified.cronutils.model.definition that return types with arguments of type CronConstraintMethods in io.github.projectunified.cronutils.model.definition with parameters of type CronConstraintModifier and TypeMethodDescriptionCronDefinitionBuilder.withCronValidation(CronConstraint validation) Adds a cron validation.Constructor parameters in io.github.projectunified.cronutils.model.definition with type arguments of type CronConstraintModifierConstructorDescriptionCronDefinition(List<FieldDefinition> fieldDefinitions, Set<CronConstraint> cronConstraints, Set<CronNicknames> cronNicknames, boolean matchDayOfWeekAndDayOfMonth) Constructor.