Uses of Interface
de.focus_shift.jollyday.core.ManagerParameter
Packages that use ManagerParameter
-
Uses of ManagerParameter in de.focus_shift.jollyday.core
Methods in de.focus_shift.jollyday.core that return ManagerParameterModifier and TypeMethodDescriptionstatic @NonNull ManagerParameterManagerParameters.create(@NonNull HolidayCalendar calendar) Uses the holiday calendar based country if it exists or its language otherwise.static @NonNull ManagerParameterManagerParameters.create(@NonNull HolidayCalendar calendar, @Nullable Properties properties) Uses the holiday calendar based country if it exists or its language otherwise.static @NonNull ManagerParameterUses the calendar part as identification for the holidaysstatic @NonNull ManagerParameterUses a given calendar file urlstatic @NonNull ManagerParameterManagerParameters.create(@NonNull URL calendarFileUrl, @Nullable Properties properties) Uses a given calendar file urlstatic @NonNull ManagerParameterUses the locales country if it exists or its language otherwise.static @NonNull ManagerParameterManagerParameters.create(@NonNull Locale locale, @Nullable Properties properties) Uses the locales country if it exists or its language otherwise.static @NonNull ManagerParameterManagerParameters.create(@Nullable String calendarPart, @Nullable Properties properties) Uses the calendar part as identification for the holidays@NonNull ManagerParameterHolidayManager.getManagerParameter()Returns theManagerParameterto be usedMethods in de.focus_shift.jollyday.core with parameters of type ManagerParameterModifier and TypeMethodDescriptionstatic @NonNull HolidayManagerHolidayManager.getInstance(@NonNull ManagerParameter parameter) Creates and returns aHolidayManagerfor the providedManagerParametersvoidHolidayManager.init(@NonNull 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 ManagerParameterModifier and TypeMethodDescription@NonNull HolidayCalendarConfigurationHolidayCalendarConfigurationService.getHolidayCalendarConfiguration(ManagerParameter parameter) Returns the holiday calendar configuration based on theManagerParameter.