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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Timelineprotected longShould parse the provided sub pattern and add it to the timeline.Methods inherited from class com.inductiveautomation.ignition.common.util.Timeline.BaseParser
addToTimeline, parse
-
Constructor Details
-
CalandarParser
protected CalandarParser()
-
-
Method Details
-
createTimeline
- Specified by:
createTimelinein classTimeline.BaseParser
-
parsePart
Description 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:
Exception
-