Interface HolidayParser

    • Method Detail

      • parse

        List<Holiday> parse​(int year,
                            Holidays config)
        Parses for the provided year using the Holidays config and adds to the set of holidays.
        Parameters:
        year - the year to parse the holiday for
        config - the Holidays config to use for parsing