Package com.epam.common.cron
Interface CronExpression
- All Known Implementing Classes:
Cron4jExpressionImpl
public interface CronExpression
-
Method Summary
-
Method Details
-
getExpression
String getExpression() -
setExpression
-
getNextMatchingTime
Optional<ZonedDateTime> getNextMatchingTime() -
getPrevMatchingTime
Optional<ZonedDateTime> getPrevMatchingTime()
-