Uses of Interface
org.aoju.bus.cron.pattern.matcher.PartMatcher
Packages that use PartMatcher
Package
Description
定时任务表达式匹配器,内部使用
定时任务表达式解析器,内部使用
-
Uses of PartMatcher in org.aoju.bus.cron.pattern.matcher
Classes in org.aoju.bus.cron.pattern.matcher that implement PartMatcherModifier and TypeClassDescriptionclass所有值匹配,始终返回trueclass将表达式中的数字值列表转换为Boolean数组,匹配时匹配相应数组位class每月第几天匹配 考虑每月的天数不同,且存在闰年情况,日匹配单独使用class年匹配 考虑年数字太大,不适合boolean数组,单独使用LinkedHashSet匹配Methods in org.aoju.bus.cron.pattern.matcher that return PartMatcherConstructors in org.aoju.bus.cron.pattern.matcher with parameters of type PartMatcherModifierConstructorDescriptionPatternMatcher(PartMatcher secondMatcher, PartMatcher minuteMatcher, PartMatcher hourMatcher, PartMatcher dayOfMonthMatcher, PartMatcher monthMatcher, PartMatcher dayOfWeekMatcher, PartMatcher yearMatcher) 构造 -
Uses of PartMatcher in org.aoju.bus.cron.pattern.parser
Methods in org.aoju.bus.cron.pattern.parser that return PartMatcherModifier and TypeMethodDescription将表达式解析为PartMatcher* 或者 ? 返回AlwaysTrueMatcherPart.DAY_OF_MONTH返回DayOfMonthMatcherPart.YEAR返回YearValueMatcher其他 返回BoolArrayMatcher