Package com.sas.services
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 TypeMethodDescriptionbooleanGets 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:
trueif it is OK to replace the value orfalseif it isn't.
-