| Package | Description |
|---|---|
| com.cronutils.model.definition | |
| com.cronutils.model.field.definition |
| Modifier and Type | Method and Description |
|---|---|
FieldSpecialCharsDefinitionBuilder |
CronDefinitionBuilder.withDayOfMonth()
Adds definition for day of month field
|
| Modifier and Type | Class and Description |
|---|---|
class |
FieldDayOfWeekDefinitionBuilder |
| Modifier and Type | Method and Description |
|---|---|
FieldSpecialCharsDefinitionBuilder |
FieldSpecialCharsDefinitionBuilder.supportsHash()
Registers the field supports the hash (#) special char
|
FieldSpecialCharsDefinitionBuilder |
FieldSpecialCharsDefinitionBuilder.supportsL()
Registers the field supports the L (L) special char
|
FieldSpecialCharsDefinitionBuilder |
FieldSpecialCharsDefinitionBuilder.supportsLW()
Registers the field supports the LW (LW) special char
|
FieldSpecialCharsDefinitionBuilder |
FieldSpecialCharsDefinitionBuilder.supportsQuestionMark()
Registers the field supports the LW (LW) special char
|
FieldSpecialCharsDefinitionBuilder |
FieldSpecialCharsDefinitionBuilder.supportsW()
Registers the field supports the W (W) special char
|
FieldSpecialCharsDefinitionBuilder |
FieldSpecialCharsDefinitionBuilder.withIntMapping(int source,
int dest)
Defines mapping between integer values with equivalent meaning
|
FieldSpecialCharsDefinitionBuilder |
FieldSpecialCharsDefinitionBuilder.withValidRange(int startRange,
int endRange)
Allows to set a range of valid values for field.
|
Copyright © 2016. All rights reserved.