java.lang.Object
com.aoapps.cron.Matcher
com.aoapps.cron.Matcher.Range
- Enclosing class:
Matcher
Matches a specific range.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.aoapps.cron.Matcher
Matcher.Asterisk, Matcher.List, Matcher.Range, Matcher.Step, Matcher.Value
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.aoapps.cron.Matcher
parseDayOfMonth, parseDayOfWeek, parseHour, parseMatcher, parseMinute, parseMonth
-
Constructor Details
-
Range
public Range(int begin, int end) Creates a newMatcher.Range
.
-
-
Method Details