Interface ConfigurationLoader

All Known Implementing Classes:
FileConfigurationLoader

public interface ConfigurationLoader
Interface that models a loader of Configuration.
  • Method Summary

    Modifier and Type
    Method
    Description
    Method that load and return the configuration.
  • Method Details

    • loadConfiguration

      Configuration loadConfiguration()
      Method that load and return the configuration.
      Returns:
      the configuration.