Class CronSchedule
java.lang.Object
com.github.kagkarlsson.scheduler.task.schedule.CronSchedule
- All Implemented Interfaces:
Schedule,Serializable
Spring-style cron-pattern schedule
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetNextExecutionTime(ExecutionComplete executionComplete) booleanbooleantoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.github.kagkarlsson.scheduler.task.schedule.Schedule
getInitialExecutionTime
-
Constructor Details
-
CronSchedule
-
CronSchedule
-
-
Method Details
-
getNextExecutionTime
- Specified by:
getNextExecutionTimein interfaceSchedule
-
isDeterministic
public boolean isDeterministic()- Specified by:
isDeterministicin interfaceSchedule
-
toString
-
getPattern
-
getZoneId
-
isDisabled
public boolean isDisabled()- Specified by:
isDisabledin interfaceSchedule
-