com.sas.services.deployment
Class MergePolicyReplace
com.sas.services.deployment.MergePolicyReplace
All Implemented Interfaces: MergePolicy
public final class MergePolicyReplace 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
Method Summary
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.
MergePolicyReplace
public MergePolicyReplace ()
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: isOKToReplace
in interface MergePolicy
Returns: true
Copyright © 2009 SAS Institute Inc. All Rights Reserved.