Package de.mhus.lib.core.calendar
Class GermanHolidays
- java.lang.Object
-
- de.mhus.lib.core.calendar.Holidays
-
- de.mhus.lib.core.calendar.GermanHolidays
-
public class GermanHolidays extends Holidays
-
-
Constructor Summary
Constructors Constructor Description GermanHolidays()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<Date,String>getHolidays(MNls nls, int year, String regionHint)Return a list of national holidays for the year.-
Methods inherited from class de.mhus.lib.core.calendar.Holidays
getEasterSunday, getEasterSundayDate, getHolidaysForLocale
-
-
-
-
Method Detail
-
getHolidays
public Map<Date,String> getHolidays(MNls nls, int year, String regionHint)
Description copied from class:HolidaysReturn a list of national holidays for the year.- Specified by:
getHolidaysin classHolidays- Parameters:
nls- The nls or null for defaultyear- The year to provide holidaysregionHint- Region hint or null- Returns:
- List of holidays for the year, key, name of the holiday, value the date in the year.
-
-