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