org.codehaus.cargo.module.webapp.resin
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.
- Version:
- $Id $
Method Summary |
void |
merge(ResinWebXml theMergeWebXml)
Merges the merge descriptor with the original descriptor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResinWebXmlMerger
public ResinWebXmlMerger(ResinWebXml theWebXml)
- Constructor.
- Parameters:
theWebXml
- The original descriptor
merge
public final void merge(ResinWebXml theMergeWebXml)
- Merges the merge descriptor with the original descriptor.
- Parameters:
theMergeWebXml
- The descriptor to merge in
Copyright © 2004-2012 Codehaus. All Rights Reserved.