sked

sked contains java code related to scheduling


Project maintained by eskatos Hosted on GitHub Pages — Theme by mattgraham

sked

sked contains java code related to scheduling.

Cron expression parsing is based on the GNU crontab manpage that can be found here: http://unixhelp.ed.ac.uk/CGI/man-cgi?crontab+5

The following extensions are used:

The ? special char has the same behavior as in the Quartz Scheduler expression. The wikipedia page http://en.wikipedia.org/wiki/CRON_expression explains Quartz Scheduler expression, not simple cron expressions. You'll find there about the ? special char and maybe that some other extensions you would like to use are missing in this project.

The project is hosted in maven central. Here you'll find a quick copy/paste for the dependency.

Changelog

sked-2.1 - Released 2014/01/12

sked-2.0 - Released 2014/01/11

sked-1.2 - Released 2011/02/07

sked-1.1 - Released 2010/12/31

sked-1.0 - Released 2010/12/12