| Package | Description |
|---|---|
| org.aoju.bus.cron |
定时任务模块,提供类Crontab表达式的定时任务,实现参考了Cron4j,同时可以支持秒级别的定时任务定义和年的定义(同时兼容Crontab、Cron4j、Quartz表达式)
|
| Modifier and Type | Method and Description |
|---|---|
static Strategy |
Strategy.match(String name,
Strategy defaultItem) |
static Strategy |
Strategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Strategy[] |
Strategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Strategy |
Strategy.match(String name,
Strategy defaultItem) |
Copyright © 2021. All rights reserved.