Uses of Class
io.github.projectunified.cronutils.model.field.definition.FieldSpecialCharsDefinitionBuilder
Packages that use FieldSpecialCharsDefinitionBuilder
Package
Description
-
Uses of FieldSpecialCharsDefinitionBuilder in io.github.projectunified.cronutils.model.definition
Methods in io.github.projectunified.cronutils.model.definition that return FieldSpecialCharsDefinitionBuilderModifier and TypeMethodDescriptionCronDefinitionBuilder.withDayOfMonth()Adds definition for day of month field. -
Uses of FieldSpecialCharsDefinitionBuilder in io.github.projectunified.cronutils.model.field.definition
Subclasses of FieldSpecialCharsDefinitionBuilder in io.github.projectunified.cronutils.model.field.definitionMethods in io.github.projectunified.cronutils.model.field.definition that return FieldSpecialCharsDefinitionBuilderModifier and TypeMethodDescriptionFieldSpecialCharsDefinitionBuilder.supportsHash()Registers the field supports the hash (#) special char.FieldSpecialCharsDefinitionBuilder.supportsL()Registers the field supports the L (L) special char.FieldSpecialCharsDefinitionBuilder.supportsLW()Registers the field supports the LW (LW) special char.FieldSpecialCharsDefinitionBuilder.supportsW()Registers the field supports the W (W) special char.FieldSpecialCharsDefinitionBuilder.withIntMapping(int source, int dest) Defines mapping between integer values with equivalent meaning.FieldSpecialCharsDefinitionBuilder.withValidRange(int startRange, int endRange) Allows to set a range of valid values for field.