Uses of Class
io.github.projectunified.cronutils.mapper.CronMapper
Packages that use CronMapper
Package
Description
-
Uses of CronMapper in io.github.projectunified.cronutils.mapper
Methods in io.github.projectunified.cronutils.mapper that return CronMapperModifier and TypeMethodDescriptionstatic CronMapperCronMapper.fromCron4jToQuartz()Creates a CronMapper that maps a cron4j expression to a quartz expression.static CronMapperCronMapper.fromQuartzToCron4j()static CronMapperCronMapper.fromQuartzToSpring()static CronMapperCronMapper.fromQuartzToUnix()static CronMapperCronMapper.fromSpringToQuartz()static CronMapperCronMapper.fromUnixToQuartz()static CronMapperCronMapper.sameCron(CronDefinition cronDefinition) -
Uses of CronMapper in io.github.projectunified.cronutils.model
Methods in io.github.projectunified.cronutils.model with parameters of type CronMapperModifier and TypeMethodDescriptionbooleanCompositeCron.equivalent(CronMapper cronMapper, Cron cron) booleanCron.equivalent(CronMapper cronMapper, Cron cron) Provides means to compare if two cron expressions are equivalent.booleanRebootCron.equivalent(CronMapper cronMapper, Cron cron) Provides means to compare if two cron expressions are equivalent.booleanSingleCron.equivalent(CronMapper cronMapper, Cron cron) Provides means to compare if two cron expressions are equivalent.