Uses of Class
cloud.opencode.base.cron.CronExpression
Packages that use CronExpression
-
Uses of CronExpression in cloud.opencode.base.cron
Methods in cloud.opencode.base.cron that return CronExpressionModifier and TypeMethodDescriptionCronBuilder.build()Builds and parses the cron expression into aCronExpression构建并解析Cron表达式为CronExpressionstatic CronExpressionParse a cron expression 解析Cron表达式static CronExpressionParses a cron expression 解析Cron表达式Methods in cloud.opencode.base.cron with parameters of type CronExpressionModifier and TypeMethodDescriptionbooleanCronExpression.hasOverlapBetween(CronExpression other, ZonedDateTime from, ZonedDateTime to) Checks if this and another expression have overlapping executions in a time range 检查此表达式与另一个表达式在时间范围内是否有重叠执行booleanCronExpression.isEquivalentTo(CronExpression other) Checks if this expression is structurally equivalent to another 检查此表达式是否与另一个结构等价CronExpression.nextOverlap(CronExpression other, ZonedDateTime from) Finds the next time both this and another expression fire simultaneously 查找此表达式与另一个表达式同时触发的下一个时间