Class URLConfigurationProvider
- java.lang.Object
-
- de.focus_shift.configuration.impl.URLConfigurationProvider
-
- All Implemented Interfaces:
ConfigurationProvider
public class URLConfigurationProvider extends Object implements ConfigurationProvider
AnConfigurationProviderimplementation which reads a list of URLs provided by the system property 'de.focus_shift.config.urls' in order they are provided into aPropertiesinstance.- 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 URLConfigurationProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertiesgetProperties()Returns the properties by reading from the URLs provided by the system property 'de.focus_shift.config.urls'.
-
-
-
Method Detail
-
getProperties
public Properties getProperties()
Returns the properties by reading from the URLs provided by the system property 'de.focus_shift.config.urls'.- Specified by:
getPropertiesin interfaceConfigurationProvider- Returns:
- the configuration properties for jollyday.
-
-