*** This class provides Binary Compatibility only, not Source Compatibility ***
Package com.sas.services.deployment
Class MergePolicyAdd
java.lang.Object
com.sas.services.deployment.MergePolicyAdd
- All Implemented Interfaces:
MergePolicy
@SASScope("ALL")
@BinaryCompatibilityOnly
public final class MergePolicyAdd
extends Object
implements MergePolicy
Policy used to merge service configuration resources which does not allow
the value of the original resource to be replaced by the value
of the new resource in the event of a conflict.
- Since:
- 9.2
-
Constructor Summary
Constructors -
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.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
MergePolicyAdd
public MergePolicyAdd()
-
-
Method Details
-
isOKToReplace
public 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.- Specified by:
isOKToReplacein interfaceMergePolicy- Returns:
false
-