Interface MergePolicy

All Known Implementing Classes:
MergePolicyAdd, MergePolicyReplace

public interface MergePolicy
Interface that describes the policy describing how to merge service configuration resources.
Since:
9.2
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Gets the policy used to determine if it is OK to replace the value of a service configuration's resource in the event a conflict.
  • Method Details

    • isOKToReplace

      boolean isOKToReplace()
      Gets the policy used to determine if it is OK to replace the value of a service configuration's resource in the event a conflict.
      Returns:
      true if it is OK to replace the value or false if it isn't.