Class MatcherSchedule

  • All Implemented Interfaces:
    Schedule

    public class MatcherSchedule
    extends Object
    implements Schedule
    Parses a cron-like schedule line, including support for lists, steps, ranges, asterisks, names, and special strings. This also extends the syntax to allow multiple cron-like schedules separated by semicolon (;). See man 5 crontab
    Author:
    AO Industries, Inc.
    See Also:
    CronJob