Interface CronExpression

  • All Known Implementing Classes:
    QuartzCronExpression

    public interface CronExpression
    A well-formed cron expression. Representing a cron expression by this class ensures the cron expression will be well-formed.
    • Method Detail

      • getExpression

        <T> T getExpression()
        Gets a given representation of this cron expression.
        Type Parameters:
        T - the type of the expression to return.
        Returns:
        this cron expression as an instance of type T.