Package infrastructure.configuration
Class FileConfigurationLoader
java.lang.Object
infrastructure.configuration.FileConfigurationLoader
- All Implemented Interfaces:
ConfigurationLoader
A
ConfigurationLoader that loads the configuration via file.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal ConfigurationMethod that load and return the configuration.
-
Constructor Details
-
FileConfigurationLoader
Default constructor.- Parameters:
configurationPath- the path to the configuration file.
-
-
Method Details
-
loadConfiguration
Description copied from interface:ConfigurationLoaderMethod that load and return the configuration.- Specified by:
loadConfigurationin interfaceConfigurationLoader- Returns:
- the configuration.
-