Class Calendar
java.lang.Object
org.quartz.impl.calendar.BaseCalendar
org.quartz.impl.calendar.HolidayCalendar
com.almis.awe.scheduler.bean.calendar.Calendar
- All Implemented Interfaces:
Serializable
,Cloneable
,org.quartz.Calendar
- Author:
- dfuentes
- See Also:
-
Field Summary
Fields inherited from interface org.quartz.Calendar
MONTH
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionAdd a Set of dates to the calendarMethods inherited from class org.quartz.impl.calendar.HolidayCalendar
addExcludedDate, clone, getExcludedDates, getNextIncludedTime, isTimeIncluded, removeExcludedDate
Methods inherited from class org.quartz.impl.calendar.BaseCalendar
createJavaCalendar, createJavaCalendar, getBaseCalendar, getDescription, getEndOfDayJavaCalendar, getStartOfDayJavaCalendar, getTimeZone, setBaseCalendar, setDescription, setTimeZone
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.quartz.Calendar
getBaseCalendar, getDescription, setBaseCalendar, setDescription
-
Constructor Details
-
Calendar
public Calendar()
-
-
Method Details
-
addExcludedDateSet
Add a Set of dates to the calendar- Parameters:
dates
-
-