Uses of Interface
de.focus_shift.spi.Holidays
-
Packages that use Holidays Package Description de.focus_shift.parser de.focus_shift.parser.impl de.focus_shift.spi -
-
Uses of Holidays in de.focus_shift.parser
Methods in de.focus_shift.parser with parameters of type Holidays Modifier and Type Method Description List<Holiday>HolidayParser. parse(int year, Holidays config)Parses for the provided year using theHolidaysconfig and adds to the set of holidays. -
Uses of Holidays in de.focus_shift.parser.impl
Methods in de.focus_shift.parser.impl with parameters of type Holidays Modifier and Type Method Description List<Holiday>ChristianHolidayParser. parse(int year, Holidays holidays)List<Holiday>EthiopianOrthodoxHolidayParser. parse(int year, Holidays holidays)List<Holiday>FixedParser. parse(int year, Holidays holidays)List<Holiday>FixedWeekdayBetweenFixedParser. parse(int year, Holidays holidays)List<Holiday>FixedWeekdayInMonthParser. parse(int year, Holidays holidays)List<Holiday>FixedWeekdayRelativeToFixedParser. parse(int year, Holidays holidays)List<Holiday>IslamicHolidayParser. parse(int year, Holidays holidays)List<Holiday>RelativeToEasterSundayParser. parse(int year, Holidays holidays)List<Holiday>RelativeToFixedParser. parse(int year, Holidays holidays)List<Holiday>RelativeToWeekdayInMonthParser. parse(int year, Holidays holidays) -
Uses of Holidays in de.focus_shift.spi
Methods in de.focus_shift.spi that return Holidays Modifier and Type Method Description HolidaysConfiguration. holidays()
-