Class IntervalNotationParser
java.lang.Object
uk.co.mruoc.cronparser.domain.notation.IntervalNotationParser
- All Implemented Interfaces:
NotationParser
public class IntervalNotationParser extends java.lang.Object implements NotationParser
-
Constructor Summary
Constructors Constructor Description IntervalNotationParser() -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
IntervalNotationParser
public IntervalNotationParser()
-
-
Method Details
-
appliesTo
public boolean appliesTo(java.lang.String value)- Specified by:
appliesToin interfaceNotationParser
-
toValues
- Specified by:
toValuesin interfaceNotationParser
-