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