Package rs.baselib.util
Class CronSchedule.TimeAll
java.lang.Object
rs.baselib.util.CronSchedule.AbstractTimeValue
rs.baselib.util.CronSchedule.TimeAll
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- CronSchedule
public static class CronSchedule.TimeAll extends CronSchedule.AbstractTimeValue
Represents the ALL time, *.
- Author:
- ralph
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description TimeAll()Constructor -
Method Summary
-
Constructor Details
-
TimeAll
public TimeAll()Constructor
-
-
Method Details
-
matches
public boolean matches(int timeValue)Returns always true.- Specified by:
matchesin classCronSchedule.AbstractTimeValue- Parameters:
timeValue- - time value to evaluate- Returns:
- true
-
toString
public java.lang.String toString()Returns cron-like string of this definition.- Overrides:
toStringin classjava.lang.Object
-