Class RelativeToFixedParser

  • All Implemented Interfaces:
    HolidayParser

    public class RelativeToFixedParser
    extends Object
    implements HolidayParser
    The Class RelativeToFixedParser.
    Version:
    $Id: $
    Author:
    tboven
    • Constructor Detail

      • RelativeToFixedParser

        public RelativeToFixedParser()
    • 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