Interface IMergeCriterion

All Known Implementing Classes:
AdditiveMergeCriterion

public interface IMergeCriterion
Criterion for describing a merge operation.
Since:
3.4
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final IMergeCriterion
    Default criterion that means that no special criterion is set.
    static final String
    Constant to use as key for the merge option that represents a merge criterion.
  • Field Details

    • OPTION_MERGE_CRITERION

      static final String OPTION_MERGE_CRITERION
      Constant to use as key for the merge option that represents a merge criterion. This must be used as a key in the map of optinos available to mergers that implement IMergeOptionAware, so that mergers can propagate the criterion to the mergers they may invoke.
      See Also:
    • NONE

      static final IMergeCriterion NONE
      Default criterion that means that no special criterion is set.