public class CronExpressionPlus extends CronExpression
ALL_SPEC, ALL_SPEC_INT, DAY_OF_MONTH, DAY_OF_WEEK, dayMap, daysOfMonth, daysOfWeek, expressionParsed, HOUR, hours, lastdayOffset, lastdayOfMonth, lastdayOfWeek, MAX_YEAR, MINUTE, minutes, MONTH, monthMap, months, nearestWeekday, NO_SPEC, NO_SPEC_INT, nthdayOfWeek, SECOND, seconds, YEAR, years| 构造器和说明 |
|---|
CronExpressionPlus(CronExpression expression)
Constructs a new
CronExpression as a copy of an existing
instance. |
CronExpressionPlus(String cronExpression) |
| 限定符和类型 | 方法和说明 |
|---|---|
Set<Integer> |
getDaysOfMonth() |
Set<Integer> |
getDaysOfWeek() |
Set<Integer> |
getHours() |
Set<Integer> |
getMinutes() |
Set<Integer> |
getMonths() |
Set<Integer> |
getSeconds() |
Set<Integer> |
getYears() |
addToSet, buildExpression, checkNext, clone, findNextWhiteSpace, getCronExpression, getDayOfWeekNumber, getExpressionSetSummary, getExpressionSetSummary, getExpressionSummary, getFinalFireTime, getLastDayOfMonth, getMonthNumber, getNextInvalidTimeAfter, getNextValidTimeAfter, getNumericValue, getTimeAfter, getTimeBefore, getTimeZone, getValue, isLeapYear, isSatisfiedBy, isValidExpression, setCalendarHour, setTimeZone, skipWhiteSpace, storeExpressionVals, toString, validateExpressionpublic CronExpressionPlus(String cronExpression) throws ParseException
ParseExceptionpublic CronExpressionPlus(CronExpression expression)
CronExpression as a copy of an existing
instance.expression - The existing cron expression to be copiedCopyright © 2022. All rights reserved.