Interface IMatchConfiguration


public interface IMatchConfiguration
Configuration interface that may optionally be implemented by the application configuration to add support for the match engine using a custom configuration file.
Since:
6.3
Author:
O. Kerpershoek
  • Method Summary

    Modifier and Type
    Method
    Description
    This method may return an object that should be used to read the case data from.
    This method should return the name of the configuration file containing the match settings.
  • Method Details

    • getConfigurationFile

      String getConfigurationFile()
      This method should return the name of the configuration file containing the match settings.
      Returns:
      the name of the configuration file containing the match settings.
    • getCaseProvider

      ICaseProvider getCaseProvider()
      This method may return an object that should be used to read the case data from.
      Returns:
      an object that should be used to read the case data from.