Class Timeline.CalandarParser
- java.lang.Object
 - 
- com.inductiveautomation.ignition.common.util.Timeline.BaseParser
 - 
- com.inductiveautomation.ignition.common.util.Timeline.CalandarParser
 
 
 
- 
- All Implemented Interfaces:
 Timeline.TimelineParser
- Enclosing class:
 - Timeline
 
protected static class Timeline.CalandarParser extends Timeline.BaseParser
 
- 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedCalandarParser() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TimelinecreateTimeline()protected longparsePart(java.lang.String pattern)Should parse the provided sub pattern and add it to the timeline.- 
Methods inherited from class com.inductiveautomation.ignition.common.util.Timeline.BaseParser
addToTimeline, parse 
 - 
 
 - 
 
- 
- 
Method Detail
- 
createTimeline
protected Timeline createTimeline()
- Specified by:
 createTimelinein classTimeline.BaseParser
 
- 
parsePart
protected long parsePart(java.lang.String pattern) throws java.lang.ExceptionDescription copied from class:Timeline.BaseParserShould 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:
 parsePartin classTimeline.BaseParser- Throws:
 java.lang.Exception
 
 - 
 
 -