public class MergeEditConfigStrategy extends AbstractEditConfigStrategy
Constructor and Description |
---|
MergeEditConfigStrategy() |
Modifier and Type | Method and Description |
---|---|
protected Object |
merge(Object oldValue,
Object toBeMergedIn)
Merge value into current value Currently, this is only implemented for arrays
of ObjectNames, but that is the most common case for which it is needed.
|
protected ObjectName[] |
mergeObjectNameArrays(ObjectName[] oldValue,
ObjectName[] toBeMergedIn)
Merge value into current values This implements for arrays of ObjectNames,
but that is the most common case for which it is needed.
|
executeConfiguration
protected Object merge(Object oldValue, Object toBeMergedIn)
protected ObjectName[] mergeObjectNameArrays(ObjectName[] oldValue, ObjectName[] toBeMergedIn)
oldValue
- - the new values to be merged into existing valuestoBeMergedIn
- - the existing valuesCopyright © 2019 OpenDaylight. All rights reserved.