Package | Description |
---|---|
org.codehaus.cargo.module.merge | |
org.codehaus.cargo.module.merge.strategy |
Modifier and Type | Class and Description |
---|---|
class |
MergeElement
MergeElement - a MergeSet that only contains one element from left or right.
|
class |
MergeNodeList
A MergedNodeList is a MergeSet that applies to AbstractNodeLists.
|
Modifier and Type | Method and Description |
---|---|
static AbstractMergeSet |
MergeNodeList.createFromNames(AbstractNodeList leftSet,
AbstractNodeList rightSet)
Static constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
AbstractChoiceMergeStrategy.inBoth(AbstractMergeSet set,
MergePair pair)
Deal with merging an element appears in both sets.
|
int |
MergeStrategy.inBoth(AbstractMergeSet set,
MergePair pair)
Deal with merging an element appears in both sets.
|
int |
NodeMergeStrategy.inBoth(AbstractMergeSet set,
MergePair pair)
Deal with merging an element appears in both sets.
|
int |
AbstractChoiceMergeStrategy.inLeft(AbstractMergeSet set,
Element element)
Deal with merging an element that only appears in the left set.
|
int |
MergeStrategy.inLeft(AbstractMergeSet set,
Element element)
Deal with merging an element that only appears in the left set.
|
int |
AbstractChoiceMergeStrategy.inRight(AbstractMergeSet set,
Element element)
Deal with merging an element that only appears in the right set.
|
int |
MergeStrategy.inRight(AbstractMergeSet set,
Element element)
Deal with merging an element that only appears in the right set.
|
int |
NodeMergeStrategy.inRight(AbstractMergeSet set,
Element element)
Deal with merging an element that only appears in the right set.
|
Copyright © 2004-2013 Codehaus. All Rights Reserved.