Package de.focus_shift.configuration
Interface ConfigurationProvider
-
- All Known Implementing Classes:
DefaultConfigurationProvider,URLConfigurationProvider
public interface ConfigurationProviderThe interface for jollyday configuration provider.- Author:
- sven
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONFIG_PROVIDERS_PROPERTYSystem property to define a comma separated list of customConfigurationProviderimplementations to use for jollyday configuration.static StringCONFIG_URLS_PROPERTYSystem property to define URLs to overriding jollyday configuration files.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PropertiesgetProperties()
-
-
-
Field Detail
-
CONFIG_PROVIDERS_PROPERTY
static final String CONFIG_PROVIDERS_PROPERTY
System property to define a comma separated list of customConfigurationProviderimplementations to use for jollyday configuration.- See Also:
- Constant Field Values
-
CONFIG_URLS_PROPERTY
static final String CONFIG_URLS_PROPERTY
System property to define URLs to overriding jollyday configuration files.- See Also:
- Constant Field Values
-
-
Method Detail
-
getProperties
Properties getProperties()
- Returns:
- the configuration properties for jollyday.
-
-