Package de.focus_shift.configuration
Class ConfigurationProviderManager
- java.lang.Object
-
- de.focus_shift.configuration.ConfigurationProviderManager
-
public class ConfigurationProviderManager extends Object
Manages the configuration provider implementations and thus delivering the jollyday configuration.- Author:
- Sven Diedrichsen
-
-
Constructor Summary
Constructors Constructor Description ConfigurationProviderManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmergeConfigurationProperties(ManagerParameter parameter)Reads the jollyday configuration from theDefaultConfigurationProvider, theURLConfigurationProviderand any configuration provider specified by the system property 'de.focus_shift.config.provider'.
-
-
-
Method Detail
-
mergeConfigurationProperties
public void mergeConfigurationProperties(ManagerParameter parameter)
Reads the jollyday configuration from theDefaultConfigurationProvider, theURLConfigurationProviderand any configuration provider specified by the system property 'de.focus_shift.config.provider'.- Parameters:
parameter- the configurationManagerParameterto use
-
-