Class FileConfigurationLoader

java.lang.Object
infrastructure.configuration.FileConfigurationLoader
All Implemented Interfaces:
ConfigurationLoader

public class FileConfigurationLoader extends Object implements ConfigurationLoader
A ConfigurationLoader that loads the configuration via file.
  • Constructor Details

    • FileConfigurationLoader

      public FileConfigurationLoader(String configurationPath)
      Default constructor.
      Parameters:
      configurationPath - the path to the configuration file.
  • Method Details