Package org.codehaus.cargo.module.merge
Interface DescriptorMerger
-
- All Known Implementing Classes:
DescriptorMergerByTag,ResinWebXmlMerger,WebXmlMerger,XmlMerger
public interface DescriptorMergerInterface to merge two descriptors.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinit(Descriptor base)Initialise the merger with the base (first) item to be merged.voidmerge(Descriptor other)Merge the descriptor with a second item.
-
-
-
Method Detail
-
init
void init(Descriptor base)
Initialise the merger with the base (first) item to be merged.- Parameters:
base- Descriptor to use
-
merge
void merge(Descriptor other)
Merge the descriptor with a second item.- Parameters:
other- Descriptor to use
-
-