Uses of Class
io.github.projectunified.cronutils.model.field.CronField
Packages that use CronField
Package
Description
-
Uses of CronField in io.github.projectunified.cronutils.descriptor
Method parameters in io.github.projectunified.cronutils.descriptor with type arguments of type CronFieldModifier and TypeMethodDescriptionCronDescriptor.describeDayOfMonth(Map<CronFieldName, CronField> fields) Provide description for day of month.CronDescriptor.describeDayOfWeek(Map<CronFieldName, CronField> fields, Map<CronFieldName, FieldDefinition> definitions) Provide description for day of week.CronDescriptor.describeHHmmss(Map<CronFieldName, CronField> fields) Provide description for hours, minutes and seconds.CronDescriptor.describeMonth(Map<CronFieldName, CronField> fields) Provide description for month.CronDescriptor.describeYear(Map<CronFieldName, CronField> fields) Provide description for a year. -
Uses of CronField in io.github.projectunified.cronutils.model
Methods in io.github.projectunified.cronutils.model that return CronFieldModifier and TypeMethodDescriptionCompositeCron.retrieve(CronFieldName name) Cron.retrieve(CronFieldName name) Retrieve value for cron field.RebootCron.retrieve(CronFieldName name) Retrieve value for cron field.SingleCron.retrieve(CronFieldName name) Retrieve value for cron field.Methods in io.github.projectunified.cronutils.model that return types with arguments of type CronFieldModifier and TypeMethodDescriptionCompositeCron.retrieveFieldsAsMap()Cron.retrieveFieldsAsMap()Retrieve all cron field values as map.RebootCron.retrieveFieldsAsMap()Retrieve all cron field values as map.SingleCron.retrieveFieldsAsMap()Retrieve all cron field values as map.Constructor parameters in io.github.projectunified.cronutils.model with type arguments of type CronFieldModifierConstructorDescriptionSingleCron(CronDefinition cronDefinition, List<CronField> fields) Creates a Cron with the given cron definition and the given fields. -
Uses of CronField in io.github.projectunified.cronutils.model.field
Methods in io.github.projectunified.cronutils.model.field that return types with arguments of type CronField -
Uses of CronField in io.github.projectunified.cronutils.model.time.generator
Fields in io.github.projectunified.cronutils.model.time.generator declared as CronFieldMethods in io.github.projectunified.cronutils.model.time.generator with parameters of type CronFieldModifier and TypeMethodDescriptionstatic FieldValueGeneratorFieldValueGeneratorFactory.createDayOfMonthValueGeneratorInstance(CronField cronField, int year, int month) static FieldValueGeneratorFieldValueGeneratorFactory.createDayOfWeekValueGeneratorInstance(CronField cronField, int year, int month, WeekDay mondayDoWValue) static FieldValueGeneratorFieldValueGeneratorFactory.createDayOfYearValueGeneratorInstance(CronField cronField, int year) static FieldValueGeneratorFieldValueGeneratorFactory.createYearValueGeneratorInstance(CronField cronField) static FieldValueGeneratorFieldValueGeneratorFactory.forCronField(CronField cronField) Constructors in io.github.projectunified.cronutils.model.time.generator with parameters of type CronField -
Uses of CronField in io.github.projectunified.cronutils.parser
Methods in io.github.projectunified.cronutils.parser that return CronField