Uses of Interface
com.aoapps.cron.Schedule
-
-
Uses of Schedule in com.aoapps.cron
Classes in com.aoapps.cron that implement Schedule Modifier and Type Class Description classMatcherScheduleParses a cron-like schedule line, including support for lists, steps, ranges, asterisks, names, and special strings.classMultiScheduleA job is scheduled by matching any of a provided set of schedules.Methods in com.aoapps.cron that return Schedule Modifier and Type Method Description ScheduleCronJob. getSchedule()Gets the schedule for this cron job.static ScheduleMatcherSchedule. parseSchedule(String str)Parses an entire schedule.Constructor parameters in com.aoapps.cron with type arguments of type Schedule Constructor Description MultiSchedule(Iterable<? extends Schedule> schedules)
-