Package de.focus_shift.parser
Interface HolidayParser
-
- All Known Implementing Classes:
ChristianHolidayParser,EthiopianOrthodoxHolidayParser,FixedParser,FixedWeekdayBetweenFixedParser,FixedWeekdayInMonthParser,FixedWeekdayRelativeToFixedParser,IslamicHolidayParser,RelativeToEasterSundayParser,RelativeToFixedParser,RelativeToWeekdayInMonthParser
public interface HolidayParser
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Holiday>parse(int year, Holidays config)Parses for the provided year using theHolidaysconfig and adds to the set of holidays.
-