Uses of Interface
io.github.projectunified.cronutils.model.Cron
Packages that use Cron
Package
Description
-
Uses of Cron in io.github.projectunified.cronutils.builder
Methods in io.github.projectunified.cronutils.builder that return CronModifier and TypeMethodDescriptionstatic CronCronBuilder.annually(CronDefinition definition) static CronCronBuilder.daily(CronDefinition definition) static CronCronBuilder.hourly(CronDefinition definition) CronBuilder.instance()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 Cron in io.github.projectunified.cronutils.descriptor
Methods in io.github.projectunified.cronutils.descriptor with parameters of type Cron -
Uses of Cron in io.github.projectunified.cronutils.descriptor.refactor
Methods in io.github.projectunified.cronutils.descriptor.refactor with parameters of type Cron -
Uses of Cron in io.github.projectunified.cronutils.mapper
Methods in io.github.projectunified.cronutils.mapper that return CronModifier and TypeMethodDescriptionMaps given cron to target cron definition.Methods in io.github.projectunified.cronutils.mapper with parameters of type CronModifier and TypeMethodDescriptionMaps given cron to target cron definition.Constructor parameters in io.github.projectunified.cronutils.mapper with type arguments of type CronModifierConstructorDescriptionCronMapper(CronDefinition from, CronDefinition to, Function<Cron, Cron> cronRules) Constructor.CronMapper(CronDefinition from, CronDefinition to, Function<Cron, Cron> cronRules) Constructor. -
Uses of Cron in io.github.projectunified.cronutils.model
Classes in io.github.projectunified.cronutils.model that implement CronMethods in io.github.projectunified.cronutils.model that return CronModifier and TypeMethodDescriptionCompositeCron.validate()Cron.validate()Validates this Cron instance by validating its cron expression.RebootCron.validate()Validates this Cron instance by validating its cron expression.SingleCron.validate()Validates this Cron instance by validating its cron expression.Methods in io.github.projectunified.cronutils.model that return types with arguments of type CronMethods in io.github.projectunified.cronutils.model with parameters of type CronModifier and TypeMethodDescriptionbooleanCompositeCron.equivalent(CronMapper cronMapper, Cron cron) booleanCompositeCron.equivalent(Cron cron) booleanCron.equivalent(CronMapper cronMapper, Cron cron) Provides means to compare if two cron expressions are equivalent.booleanCron.equivalent(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.booleanRebootCron.equivalent(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.booleanSingleCron.equivalent(Cron cron) Provides means to compare if two cron expressions are equivalent.booleanbooleanChecks if this cron expression overlaps with another cron expression.booleanbooleanConstructor parameters in io.github.projectunified.cronutils.model with type arguments of type Cron -
Uses of Cron in io.github.projectunified.cronutils.model.definition
Methods in io.github.projectunified.cronutils.model.definition with parameters of type Cron -
Uses of Cron in io.github.projectunified.cronutils.model.time
Methods in io.github.projectunified.cronutils.model.time with parameters of type Cron -
Uses of Cron in io.github.projectunified.cronutils.parser
Methods in io.github.projectunified.cronutils.parser that return Cron -
Uses of Cron in io.github.projectunified.cronutils.utils
Methods in io.github.projectunified.cronutils.utils with parameters of type Cron