Uses of Interface
de.focus_shift.jollyday.core.ManagerParameter
-
Packages that use ManagerParameter Package Description de.focus_shift.jollyday.core de.focus_shift.jollyday.core.spi -
-
Uses of ManagerParameter in de.focus_shift.jollyday.core
Methods in de.focus_shift.jollyday.core that return ManagerParameter Modifier and Type Method Description static ManagerParameterManagerParameters. create(HolidayCalendar calendar)static ManagerParameterManagerParameters. create(HolidayCalendar calendar, Properties properties)static ManagerParameterManagerParameters. create(String calendarPart)static ManagerParameterManagerParameters. create(String calendarPart, Properties properties)static ManagerParameterManagerParameters. create(URL calendarFileUrl)static ManagerParameterManagerParameters. create(URL calendarFileUrl, Properties properties)static ManagerParameterManagerParameters. create(Locale lc)Uses the locales country if it exists or its language otherwise.ManagerParameterHolidayManager. getManagerParameter()Methods in de.focus_shift.jollyday.core with parameters of type ManagerParameter Modifier and Type Method Description static HolidayManagerHolidayManager. getInstance(ManagerParameter parameter)Creates and returns aHolidayManagerfor the providedManagerParametersvoidHolidayManager. init(ManagerParameter parameters)Initializes the implementing manager for the provided calendar. -
Uses of ManagerParameter in de.focus_shift.jollyday.core.spi
Methods in de.focus_shift.jollyday.core.spi with parameters of type ManagerParameter Modifier and Type Method Description ConfigurationConfigurationService. getConfiguration(ManagerParameter parameter)
-