Package it.sauronsoftware.cron4j

The classes in this package implement a UNIX cron-like scheduler for the Java 2 (or later) platform.

See:
          Description

Class Summary
Predictor A predictor is able to predict when a scheduling pattern will be matched.
Scheduler The cron4j scheduler.
SchedulingPatternValidator A scheduling patterns validator.
 

Exception Summary
InvalidPatternException This kind of exception is thrown if an invalid scheduling pattern is encountered by the scheduler.
 

Package it.sauronsoftware.cron4j Description

The classes in this package implement a UNIX cron-like scheduler for the Java 2 (or later) platform.