Package de.focus_shift.parser.impl
Class FixedParser
- java.lang.Object
-
- de.focus_shift.parser.impl.FixedParser
-
- All Implemented Interfaces:
HolidayParser
public class FixedParser extends Object implements HolidayParser
The Class FixedParser. Parses a fixed date to create a Holiday.- Version:
- $Id: $
- Author:
- tboven
-
-
Constructor Summary
Constructors Constructor Description FixedParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Holiday>parse(int year, Holidays holidays)Parses for the provided year using theHolidaysconfig and adds to the set of holidays.
-
-
-
Method Detail
-
parse
public List<Holiday> parse(int year, Holidays holidays)
Description copied from interface:HolidayParserParses for the provided year using theHolidaysconfig and adds to the set of holidays.- Specified by:
parsein interfaceHolidayParser- Parameters:
year- the year to parse the holiday forholidays- theHolidaysconfig to use for parsing
-
-