| Package | Description |
|---|---|
| com.coreoz.wisp.schedule.cron |
| Modifier and Type | Method and Description |
|---|---|
static CronExpressionSchedule |
CronExpressionSchedule.parse(String cronExpression)
Create a
Schedule from a cron expression based on the Unix format,
e.g. 1 * * * * for each minute. |
static CronExpressionSchedule |
CronExpressionSchedule.parseWithSeconds(String cronExpression)
Create a
Schedule from a cron expression based on the Unix format, but accepting a second field as the first one,
e.g. 29 * * * * * for each minute at the second 29, for instance 12:05:29. |
Copyright © 2023 Coreoz. All rights reserved.