public class MostRecentPropertyMergeStrategyExecutor extends Object implements PropertyMergeStrategyExecutor
Constructor and Description |
---|
MostRecentPropertyMergeStrategyExecutor() |
Modifier and Type | Method and Description |
---|---|
boolean |
mergeProperty(String propertyName,
PropertyType propertyType,
List<Profile> profilesToMerge,
Profile targetProfile)
Merges the value of the property identified by the specified name and type from the specified profiles into the specified target profile.
|
public MostRecentPropertyMergeStrategyExecutor()
public boolean mergeProperty(String propertyName, PropertyType propertyType, List<Profile> profilesToMerge, Profile targetProfile)
PropertyMergeStrategyExecutor
mergeProperty
in interface PropertyMergeStrategyExecutor
propertyName
- the name of the property to be mergedpropertyType
- the type of the property to be mergedprofilesToMerge
- a List of profiles to mergetargetProfile
- the target profile into which the specified profiles will be mergedtrue
if the target profile was successfully modified as the result of the merge, false
otherwiseCopyright © 2014–2023 Apache Software Foundation. All rights reserved.