Uses of Class
org.codehaus.cargo.module.webapp.resin.ResinWebXml
-
Packages that use ResinWebXml Package Description org.codehaus.cargo.module.webapp.resin -
-
Uses of ResinWebXml in org.codehaus.cargo.module.webapp.resin
Methods in org.codehaus.cargo.module.webapp.resin that return ResinWebXml Modifier and Type Method Description static ResinWebXml
ResinWebXmlIo. parseResinXml(InputStream input)
Parses a deployment descriptor provided as input stream.Methods in org.codehaus.cargo.module.webapp.resin with parameters of type ResinWebXml Modifier and Type Method Description void
ResinWebXmlMerger. merge(ResinWebXml theMergeWebXml)
Merges the merge descriptor with the original descriptor.Constructors in org.codehaus.cargo.module.webapp.resin with parameters of type ResinWebXml Constructor Description ResinWebXmlMerger(ResinWebXml theWebXml)
Constructor.
-