|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cactus.integration.ant.deployment.WebXmlMerger
Helper class that can merge two web deployment descriptors.
Constructor Summary | |
WebXmlMerger(WebXml theWebXml)
Constructor. |
Method Summary | |
void |
merge(WebXml theMergeWebXml)
Merges the merge descriptor with the original descriptor. |
void |
setLog(org.apache.commons.logging.Log theLog)
Sets the log to which events should be written. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WebXmlMerger(WebXml theWebXml)
theWebXml
- The original descriptorMethod Detail |
public final void merge(WebXml theMergeWebXml)
theMergeWebXml
- The descriptor to merge inpublic final void setLog(org.apache.commons.logging.Log theLog)
theLog
- The log to use
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |