Module de.focus_shift.jollyday.core
Package de.focus_shift.jollyday.core.spi
Interface ConfigurationService
-
public interface ConfigurationServiceThis interface provides the way to receive the serialized holiday configuration on the base of the xml files for a specific country or special calendar.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConfigurationgetConfiguration(ManagerParameter parameter)Returns the configuration based on theManagerParameter.
-
-
-
Method Detail
-
getConfiguration
Configuration getConfiguration(ManagerParameter parameter)
Returns the configuration based on theManagerParameter.In most cases the configuration is based on the countries ISO code 3166.
- Parameters:
parameter- to identify the country or special calendar configuration- Returns:
- the holiday configuration of a country
-
-