Uses of Interface
de.focus_shift.ManagerParameter
-
Packages that use ManagerParameter Package Description de.focus_shift de.focus_shift.caching de.focus_shift.configuration de.focus_shift.datasource de.focus_shift.parameter de.focus_shift.spi -
-
Uses of ManagerParameter in de.focus_shift
Methods in de.focus_shift 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 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.caching
Constructors in de.focus_shift.caching with parameters of type ManagerParameter Constructor Description HolidayManagerValueHandler(ManagerParameter parameter, String managerImplClassName) -
Uses of ManagerParameter in de.focus_shift.configuration
Methods in de.focus_shift.configuration with parameters of type ManagerParameter Modifier and Type Method Description voidConfigurationProviderManager. mergeConfigurationProperties(ManagerParameter parameter)Reads the jollyday configuration from theDefaultConfigurationProvider, theURLConfigurationProviderand any configuration provider specified by the system property 'de.focus_shift.config.provider'. -
Uses of ManagerParameter in de.focus_shift.datasource
Methods in de.focus_shift.datasource with parameters of type ManagerParameter Modifier and Type Method Description ConfigurationServiceConfigurationServiceManager. getConfigurationService(ManagerParameter parameter) -
Uses of ManagerParameter in de.focus_shift.parameter
Classes in de.focus_shift.parameter that implement ManagerParameter Modifier and Type Class Description classBaseManagerParameterclassCalendarPartManagerParameterclassUrlManagerParameter -
Uses of ManagerParameter in de.focus_shift.spi
Methods in de.focus_shift.spi with parameters of type ManagerParameter Modifier and Type Method Description ConfigurationConfigurationService. getConfiguration(ManagerParameter parameter)
-