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

    Modifier and Type Method Description
    boolean appliesTo​(java.lang.String value)  
    int[] toValues​(java.lang.String input, TimeUnit unit)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface uk.co.mruoc.cronparser.domain.notation.NotationParser

    toFirstValue
  • Constructor Details

    • IntervalNotationParser

      public IntervalNotationParser()
  • Method Details