org.codehaus.cargo.module.webapp.resin
Class ResinWebXmlIo
java.lang.Object
org.codehaus.cargo.module.AbstractDescriptorIo
org.codehaus.cargo.module.webapp.resin.ResinWebXmlIo
- All Implemented Interfaces:
- DescriptorIo
public class ResinWebXmlIo
- extends AbstractDescriptorIo
Provides convenience methods for reading Resin web deployment descriptor.
- Version:
- $Id $
Constructor Summary |
protected |
ResinWebXmlIo()
Protected constructor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResinWebXmlIo
protected ResinWebXmlIo()
- Protected constructor.
parseResinXml
public static ResinWebXml parseResinXml(InputStream input)
throws IOException,
org.jdom.JDOMException
- Parses a deployment descriptor provided as input stream.
- Parameters:
input
- The input stream
- Returns:
- The parsed descriptor
- Throws:
org.jdom.JDOMException
- If the input could not be parsed
IOException
- If an I/O error occurs
Copyright © 2004-2012 Codehaus. All Rights Reserved.