Class DefaultConfigurationProvider
- java.lang.Object
-
- de.focus_shift.configuration.impl.DefaultConfigurationProvider
-
- All Implemented Interfaces:
ConfigurationProvider
public class DefaultConfigurationProvider extends Object implements ConfigurationProvider
Provider which adds jollydays default configuration file 'jollyday.properties' by reading it from the classpath by using the currents threads classloader.- Author:
- Sven Diedrichsen
-
-
Field Summary
-
Fields inherited from interface de.focus_shift.configuration.ConfigurationProvider
CONFIG_PROVIDERS_PROPERTY, CONFIG_URLS_PROPERTY
-
-
Constructor Summary
Constructors Constructor Description DefaultConfigurationProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertiesgetProperties()
-
-
-
Method Detail
-
getProperties
public Properties getProperties()
- Specified by:
getPropertiesin interfaceConfigurationProvider- Returns:
- the configuration properties for jollyday.
-
-