|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.mojo.cis.WebXmlMerger
public class WebXmlMerger
This class is used to merge two or more web.xml files.
Constructor Summary | |
---|---|
WebXmlMerger()
|
Method Summary | |
---|---|
org.w3c.dom.Document |
merge(org.w3c.dom.Document[] pDocuments)
Returns a web.xml file, which is obtained by merging the input files. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WebXmlMerger()
Method Detail |
---|
public org.w3c.dom.Document merge(org.w3c.dom.Document[] pDocuments) throws javax.xml.parsers.ParserConfigurationException, org.apache.maven.plugin.MojoFailureException
pDocuments
- A set of web.xml files, which are being merged.
javax.xml.parsers.ParserConfigurationException
org.apache.maven.plugin.MojoFailureException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |