Uses of Class
io.github.projectunified.cronutils.model.field.definition.FieldDefinition
Packages that use FieldDefinition
Package
Description
-
Uses of FieldDefinition in io.github.projectunified.cronutils.model.definition
Methods in io.github.projectunified.cronutils.model.definition that return FieldDefinitionModifier and TypeMethodDescriptionCronDefinition.getFieldDefinition(CronFieldName cronFieldName) Returns field definition for field name of this cron.Methods in io.github.projectunified.cronutils.model.definition that return types with arguments of type FieldDefinitionModifier and TypeMethodDescriptionCronDefinition.getFieldDefinitions()Returns field definitions for this cron.CronDefinition.retrieveFieldDefinitionsAsMap()Retrieve all cron field definitions values as map.Methods in io.github.projectunified.cronutils.model.definition with parameters of type FieldDefinitionModifier and TypeMethodDescriptionvoidCronDefinitionBuilder.register(FieldDefinition definition) Registers a certain FieldDefinition.Constructor parameters in io.github.projectunified.cronutils.model.definition with type arguments of type FieldDefinitionModifierConstructorDescriptionCronDefinition(List<FieldDefinition> fieldDefinitions, Set<CronConstraint> cronConstraints, Set<CronNicknames> cronNicknames, boolean matchDayOfWeekAndDayOfMonth) Constructor. -
Uses of FieldDefinition in io.github.projectunified.cronutils.model.field.definition
Subclasses of FieldDefinition in io.github.projectunified.cronutils.model.field.definitionMethods in io.github.projectunified.cronutils.model.field.definition that return types with arguments of type FieldDefinitionModifier and TypeMethodDescriptionstatic Comparator<FieldDefinition> FieldDefinition.createFieldDefinitionComparator()Creates a field definition comparator.