| Package | Description |
|---|---|
| com.cronutils.model.definition | |
| com.cronutils.model.field.definition |
| Modifier and Type | Method and Description |
|---|---|
FieldDefinition |
CronDefinition.getFieldDefinition(CronFieldName cronFieldName)
Returns field definition for field name of this cron
|
| Modifier and Type | Method and Description |
|---|---|
Set<FieldDefinition> |
CronDefinition.getFieldDefinitions()
Returns field definitions for this cron
|
| Modifier and Type | Method and Description |
|---|---|
void |
CronDefinitionBuilder.register(FieldDefinition definition)
Registers a certain FieldDefinition
|
| Constructor and Description |
|---|
CronDefinition(List<FieldDefinition> fieldDefinitions,
Set<CronConstraint> cronConstraints,
boolean lastFieldOptional,
boolean strictRanges)
Constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
DayOfWeekFieldDefinition |
| Modifier and Type | Method and Description |
|---|---|
static Comparator<FieldDefinition> |
FieldDefinition.createFieldDefinitionComparator()
Creates a field definition comparator.
|
Copyright © 2016. All rights reserved.