Class WildcardNotationParser

java.lang.Object
uk.co.mruoc.cronparser.domain.notation.WildcardNotationParser
All Implemented Interfaces:
NotationParser

public class WildcardNotationParser
extends java.lang.Object
implements NotationParser
  • Constructor Summary

    Constructors
    Constructor Description
    WildcardNotationParser()  
  • 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
  • Constructor Details

    • WildcardNotationParser

      public WildcardNotationParser()
  • Method Details