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
 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.
 

Method Detail

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.



Copyright © 2009 SAS Institute Inc. All Rights Reserved.