Class ResinWebXmlIo

  • All Implemented Interfaces:
    DescriptorIo

    public class ResinWebXmlIo
    extends AbstractDescriptorIo
    Provides convenience methods for reading Resin web deployment descriptor.
    • Constructor Detail

      • ResinWebXmlIo

        protected ResinWebXmlIo()
        Protected constructor.
    • Method Detail

      • parseResinXml

        public static ResinWebXml parseResinXml​(InputStream input)
                                         throws IOException,
                                                org.jdom2.JDOMException
        Parses a deployment descriptor provided as input stream.
        Parameters:
        input - The input stream
        Returns:
        The parsed descriptor
        Throws:
        org.jdom2.JDOMException - If the input could not be parsed
        IOException - If an I/O error occurs