Class XMLModelReader

  • All Implemented Interfaces:
    org.apache.maven.model.io.ModelReader

    @Component(role=org.apache.maven.model.io.ModelReader.class,
               hint="xml41")
    public class XMLModelReader
    extends org.sonatype.maven.polyglot.io.ModelReaderSupport
    XML model reader.
    • Constructor Detail

      • XMLModelReader

        public XMLModelReader()
    • Method Detail

      • read

        public org.apache.maven.model.Model read​(Reader input,
                                                 Map<String,​?> options)
                                          throws IOException,
                                                 org.apache.maven.model.io.ModelParseException
        Throws:
        IOException
        org.apache.maven.model.io.ModelParseException