org.quartz.impl.calendar |
|
Java Source File Name | Type | Comment |
AnnualCalendar.java | Class |
This implementation of the Calendar excludes a set of days of the year. |
BaseCalendar.java | Class |
This implementation of the Calendar may be used (you don't have to) as a
base class for more sophisticated one's. |
CronCalendar.java | Class | This implementation of the Calendar excludes the set of times expressed by a
given
org.quartz.CronExpression CronExpression . |
DailyCalendar.java | Class | This implementation of the Calendar excludes (or includes - see below) a
specified time range each day. |
DailyCalendarTest.java | Class | Unit test for DailyCalendar. |
HolidayCalendar.java | Class |
This implementation of the Calendar stores a list of holidays (full days
that are excluded from scheduling). |
MonthlyCalendar.java | Class |
This implementation of the Calendar excludes a set of days of the month. |
WeeklyCalendar.java | Class |
This implementation of the Calendar excludes a set of days of the week. |