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 IMergeCriterion NONE
    Default criterion that means that no special criterion is set.
    static java.lang.String OPTION_MERGE_CRITERION
    Constant to use as key for the merge option that represents a merge criterion.
  • Field Details

    • OPTION_MERGE_CRITERION

      static final java.lang.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:
      Constant Field Values
    • NONE

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