- java.lang.Object
-
- com.aoapps.cron.MultiSchedule
-
-
Constructor Summary
Constructors Constructor Description MultiSchedule(Iterable<? extends Schedule> schedules)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisScheduled(int minute, int hour, int dayOfMonth, int month, int dayOfWeek, int year)Determine if the job should run right now.StringtoString()
-
-
-
Method Detail
-
isScheduled
public boolean isScheduled(int minute, int hour, int dayOfMonth, int month, int dayOfWeek, int year)Description copied from interface:ScheduleDetermine if the job should run right now.- Specified by:
isScheduledin interfaceSchedule- Parameters:
minute- 0-59hour- 0-23dayOfMonth- 1-31month- 0-11dayOfWeek- 1-7,Calendar.SUNDAYthroughCalendar.SATURDAY
-
-