Package | Description |
---|---|
com.cronutils.model.definition |
Modifier and Type | Method and Description |
---|---|
static CronConstraint |
CronConstraintsFactory.ensureEitherDayOfWeekOrDayOfMonth() |
static CronConstraint |
CronConstraintsFactory.ensureEitherDayOfYearOrMonth()
Creates CronConstraint to ensure that either day-of-year or month is assigned a specific value.
|
Modifier and Type | Method and Description |
---|---|
Set<CronConstraint> |
CronDefinition.getCronConstraints() |
Modifier and Type | Method and Description |
---|---|
CronDefinitionBuilder |
CronDefinitionBuilder.withCronValidation(CronConstraint validation)
Adds a cron validation.
|
Constructor and Description |
---|
CronDefinition(List<FieldDefinition> fieldDefinitions,
Set<CronConstraint> cronConstraints,
boolean matchDayOfWeekAndDayOfMonth)
Constructor.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.