Class ResinWebXmlMerger
- java.lang.Object
-
- org.codehaus.cargo.util.log.LoggedObject
-
- org.codehaus.cargo.module.XmlMerger
-
- org.codehaus.cargo.module.webapp.resin.ResinWebXmlMerger
-
- All Implemented Interfaces:
DescriptorMerger
,Loggable
public class ResinWebXmlMerger extends XmlMerger
Class to manage the merging of two resin web descriptors.
-
-
Constructor Summary
Constructors Constructor Description ResinWebXmlMerger(ResinWebXml theWebXml)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
merge(ResinWebXml theMergeWebXml)
Merges the merge descriptor with the original descriptor.-
Methods inherited from class org.codehaus.cargo.module.XmlMerger
addMerger, getMergers, init, merge
-
Methods inherited from class org.codehaus.cargo.util.log.LoggedObject
getLogger, setLogger
-
-
-
-
Constructor Detail
-
ResinWebXmlMerger
public ResinWebXmlMerger(ResinWebXml theWebXml)
Constructor.- Parameters:
theWebXml
- The original descriptor
-
-
Method Detail
-
merge
public void merge(ResinWebXml theMergeWebXml)
Merges the merge descriptor with the original descriptor.- Parameters:
theMergeWebXml
- The descriptor to merge in
-
-