Uses of Class
io.github.projectunified.cronutils.model.definition.CronDefinition
Packages that use CronDefinition
Package
Description
-
Uses of CronDefinition in io.github.projectunified.cronutils.builder
Methods in io.github.projectunified.cronutils.builder with parameters of type CronDefinitionModifier and TypeMethodDescriptionstatic CronCronBuilder.annually(CronDefinition definition) static CronBuilderCronBuilder.cron(CronDefinition definition) static CronCronBuilder.daily(CronDefinition definition) static CronCronBuilder.hourly(CronDefinition definition) static CronCronBuilder.midnight(CronDefinition definition) static CronCronBuilder.monthly(CronDefinition definition) static CronCronBuilder.reboot(CronDefinition definition) static CronCronBuilder.weekly(CronDefinition definition) static CronCronBuilder.yearly(CronDefinition definition) -
Uses of CronDefinition in io.github.projectunified.cronutils.mapper
Methods in io.github.projectunified.cronutils.mapper with parameters of type CronDefinitionModifier and TypeMethodDescriptionstatic CronMapperCronMapper.sameCron(CronDefinition cronDefinition) Constructors in io.github.projectunified.cronutils.mapper with parameters of type CronDefinitionModifierConstructorDescriptionCronMapper(CronDefinition from, CronDefinition to, Function<Cron, Cron> cronRules) Constructor. -
Uses of CronDefinition in io.github.projectunified.cronutils.model
Methods in io.github.projectunified.cronutils.model that return CronDefinitionModifier and TypeMethodDescriptionCompositeCron.getCronDefinition()Cron.getCronDefinition()RebootCron.getCronDefinition()SingleCron.getCronDefinition()Constructors in io.github.projectunified.cronutils.model with parameters of type CronDefinitionModifierConstructorDescriptionRebootCron(CronDefinition cronDefinition) Creates a Cron with the given cron definition and the given fields.SingleCron(CronDefinition cronDefinition, List<CronField> fields) Creates a Cron with the given cron definition and the given fields. -
Uses of CronDefinition in io.github.projectunified.cronutils.model.definition
Methods in io.github.projectunified.cronutils.model.definition that return CronDefinitionModifier and TypeMethodDescriptionCronDefinitionBuilder.instance()Creates a new CronDefinition instance with provided field definitions.static CronDefinitionCronDefinitionBuilder.instanceDefinitionFor(CronType cronType) Creates CronDefinition instance matching cronType specification. -
Uses of CronDefinition in io.github.projectunified.cronutils.model.field.expression
Methods in io.github.projectunified.cronutils.model.field.expression with parameters of type CronDefinition -
Uses of CronDefinition in io.github.projectunified.cronutils.parser
Constructors in io.github.projectunified.cronutils.parser with parameters of type CronDefinition