Uses of Interface
de.focus_shift.configuration.ConfigurationProvider
-
Packages that use ConfigurationProvider Package Description de.focus_shift.configuration.impl -
-
Uses of ConfigurationProvider in de.focus_shift.configuration.impl
Classes in de.focus_shift.configuration.impl that implement ConfigurationProvider Modifier and Type Class Description classDefaultConfigurationProviderProvider which adds jollydays default configuration file 'jollyday.properties' by reading it from the classpath by using the currents threads classloader.classURLConfigurationProviderAnConfigurationProviderimplementation which reads a list of URLs provided by the system property 'de.focus_shift.config.urls' in order they are provided into aPropertiesinstance.
-