Package | Description |
---|---|
com.cronutils.descriptor | |
com.cronutils.model.definition | |
com.cronutils.model.field.definition |
Modifier and Type | Method and Description |
---|---|
String |
CronDescriptor.describeDayOfWeek(Map<CronFieldName,CronField> fields,
Map<CronFieldName,FieldDefinition> definitions)
Provide description for day of week.
|
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.
|
Map<CronFieldName,FieldDefinition> |
CronDefinition.retrieveFieldDefinitionsAsMap()
Retrieve all cron field definitions values as map.
|
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 matchDayOfWeekAndDayOfMonth)
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 © 2020 JBoss by Red Hat. All rights reserved.