Package com.aoapps.cron


package com.aoapps.cron
  • Class
    Description
    Run cron jobs based on their scheduling requirements.
    One task that is performed on a routine basis.
    The various executors that may be selected to run this job.
    The set of possible concurrency settings for cron jobs.
    Matches individual values within a Schedule.
    Matches any value.
    Matches any of a list.
    Matches a specific range.
    Matches a step.
    Matches a single value.
    Parses a cron-like schedule line, including support for lists, steps, ranges, asterisks, names, and special strings.
    A job is scheduled by matching any of a provided set of schedules.
    Provides a schedule for a job.