Uses of Enum Class
org.aoju.bus.cron.Strategy
Packages that use Strategy
Package
Description
定时任务模块,提供类Crontab表达式的定时任务,实现参考了Cron4j,同时可以支持秒级别的定时任务定义和年的定义(同时兼容Crontab、Cron4j、Quartz表达式)
-
Uses of Strategy in org.aoju.bus.cron
Methods in org.aoju.bus.cron that return StrategyModifier and TypeMethodDescriptionstatic Strategystatic StrategyReturns the enum constant of this class with the specified name.static Strategy[]Strategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.aoju.bus.cron with parameters of type Strategy