Interface UpdateConfigurator

All Known Implementing Classes:
MergerUpdateConfigurator, NewestUpdateConfigurator, OldestUpdateConfigurator

public interface UpdateConfigurator
Interface for configuring an update mechanism.
  • Method Summary

    Modifier and Type Method Description
    UpdateMechanism configure​(Parameters params)
    Configures a update mechanism for the information pieces.
  • Method Details

    • configure

      UpdateMechanism configure​(Parameters params)
      Configures a update mechanism for the information pieces.
      Parameters:
      params - the parameters of the mechanism.
      Returns:
      the update mechanism.