*** This class provides Binary Compatibility only, not Source Compatibility ***
Package com.sas.services.deployment
Class MergePolicyReplace
java.lang.Object
com.sas.services.deployment.MergePolicyReplace
- All Implemented Interfaces:
MergePolicy
@SASScope("ALL")
@BinaryCompatibilityOnly
public final class MergePolicyReplace
extends Object
implements MergePolicy
Policy used to merge service configuration resources which allows
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
-
MergePolicyReplace
public MergePolicyReplace()
-
-
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:
true
-