Class CronSchedule.TimeAll

All Implemented Interfaces:
Serializable
Enclosing class:
CronSchedule

public static class CronSchedule.TimeAll extends CronSchedule.AbstractTimeValue
Represents the ALL time, *.
Author:
ralph
See Also:
  • Constructor Details

    • TimeAll

      public TimeAll()
      Constructor
  • Method Details

    • matches

      public boolean matches(int timeValue)
      Returns always true.
      Specified by:
      matches in class CronSchedule.AbstractTimeValue
      Parameters:
      timeValue - - time value to evaluate
      Returns:
      true
    • toString

      public String toString()
      Returns cron-like string of this definition.
      Overrides:
      toString in class Object