Uses of Class
de.focus_shift.HolidayManager
-
Packages that use HolidayManager Package Description de.focus_shift de.focus_shift.caching de.focus_shift.impl -
-
Uses of HolidayManager in de.focus_shift
Methods in de.focus_shift that return HolidayManager Modifier and Type Method Description static HolidayManagerHolidayManager. getInstance()Creates a HolidayManager instance for the default locale country using the configured properties from the configuration file.static HolidayManagerHolidayManager. getInstance(ManagerParameter parameter)Creates and returns aHolidayManagerfor the providedManagerParametersstatic HolidayManagerHolidayManager. getInstance(Properties properties)Creates a HolidayManager instance for the default locale country using the provided properties. -
Uses of HolidayManager in de.focus_shift.caching
Methods in de.focus_shift.caching that return HolidayManager Modifier and Type Method Description HolidayManagerHolidayManagerValueHandler. createValue() -
Uses of HolidayManager in de.focus_shift.impl
Subclasses of HolidayManager in de.focus_shift.impl Modifier and Type Class Description classDefaultHolidayManagerManager implementation for reading data from the configuration datasource.classJapaneseHolidayManagerJapaneseHolidayManager class.
-