Class Timeline.CalandarParser

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected CalandarParser()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected Timeline createTimeline()  
      protected long parsePart​(java.lang.String pattern)
      Should parse the provided sub pattern and add it to the timeline.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CalandarParser

        protected CalandarParser()
    • Method Detail

      • parsePart

        protected long parsePart​(java.lang.String pattern)
                          throws java.lang.Exception
        Description copied from class: Timeline.BaseParser
        Should parse the provided sub pattern and add it to the timeline. Should throw an exception if the pattern cannot be parsed for some reason.
        Specified by:
        parsePart in class Timeline.BaseParser
        Throws:
        java.lang.Exception