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
-
Method Summary
Modifier and TypeMethodDescriptionfinal Configuration
Method 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:ConfigurationLoader
Method that load and return the configuration.- Specified by:
loadConfiguration
in interfaceConfigurationLoader
- Returns:
- the configuration.
-