Class MavenXpp3ReaderEx

java.lang.Object
org.apache.maven.model.io.xpp3.MavenXpp3Reader
org.apache.maven.model.io.xpp3.MavenXpp3ReaderEx

@Deprecated public class MavenXpp3ReaderEx extends MavenXpp3Reader
Deprecated.
Use MavenStaxReader instead
  • Constructor Details

  • Method Details

    • read

      public Model read(Reader reader, boolean strict, InputSource source) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
      Deprecated.
      Overrides:
      read in class MavenXpp3Reader
      Throws:
      IOException
      org.codehaus.plexus.util.xml.pull.XmlPullParserException
    • read

      public Model read(Reader reader, boolean strict) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
      Deprecated.
      Overrides:
      read in class MavenXpp3Reader
      Parameters:
      reader - a reader object.
      strict - a strict object.
      Returns:
      Model
      Throws:
      IOException - IOException if any.
      org.codehaus.plexus.util.xml.pull.XmlPullParserException - XmlPullParserException if any.
    • read

      public Model read(Reader reader) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
      Deprecated.
      Overrides:
      read in class MavenXpp3Reader
      Parameters:
      reader - a reader object.
      Returns:
      Model
      Throws:
      IOException - IOException if any.
      org.codehaus.plexus.util.xml.pull.XmlPullParserException - XmlPullParserException if any.
    • read

      public Model read(InputStream in, boolean strict, InputSource source) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
      Deprecated.
      Overrides:
      read in class MavenXpp3Reader
      Throws:
      IOException
      org.codehaus.plexus.util.xml.pull.XmlPullParserException
    • read

      public Model read(InputStream in, boolean strict) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
      Deprecated.
      Description copied from class: MavenXpp3Reader
      Method read.
      Overrides:
      read in class MavenXpp3Reader
      Parameters:
      in - a in object.
      strict - a strict object.
      Returns:
      Model
      Throws:
      IOException - IOException if any.
      org.codehaus.plexus.util.xml.pull.XmlPullParserException - XmlPullParserException if any.
    • read

      public Model read(InputStream in) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
      Deprecated.
      Description copied from class: MavenXpp3Reader
      Method read.
      Overrides:
      read in class MavenXpp3Reader
      Parameters:
      in - a in object.
      Returns:
      Model
      Throws:
      IOException - IOException if any.
      org.codehaus.plexus.util.xml.pull.XmlPullParserException - XmlPullParserException if any.