Class RelativeToWeekdayInMonthParser

  • All Implemented Interfaces:
    HolidayParser

    public class RelativeToWeekdayInMonthParser
    extends Object
    implements HolidayParser

    RelativeToWeekdayInMonthParser class.

    Version:
    $Id: $
    Author:
    Sven
    • Constructor Detail

      • RelativeToWeekdayInMonthParser

        public RelativeToWeekdayInMonthParser()
    • Method Detail

      • parse

        public List<Holiday> parse​(int year,
                                   Holidays holidays)
        Description copied from interface: HolidayParser
        Parses for the provided year using the Holidays config and adds to the set of holidays.
        Specified by:
        parse in interface HolidayParser
        Parameters:
        year - the year to parse the holiday for
        holidays - the Holidays config to use for parsing