Package org.apache.maven.model.io.xpp3
Class MavenXpp3ReaderEx
java.lang.Object
org.apache.maven.model.io.xpp3.MavenXpp3Reader
org.apache.maven.model.io.xpp3.MavenXpp3ReaderEx
Deprecated.
Use MavenStaxReader instead
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
Deprecated. -
Constructor Summary
ConstructorDescriptionDeprecated.MavenXpp3ReaderEx
(MavenXpp3ReaderEx.ContentTransformer contentTransformer) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionread
(InputStream in) Deprecated.Method read.read
(InputStream in, boolean strict) Deprecated.Method read.read
(InputStream in, boolean strict, InputSource source) Deprecated.Deprecated.Deprecated.read
(Reader reader, boolean strict, InputSource source) Deprecated.Methods inherited from class org.apache.maven.model.io.xpp3.MavenXpp3Reader
getAddDefaultEntities, setAddDefaultEntities
-
Constructor Details
-
MavenXpp3ReaderEx
public MavenXpp3ReaderEx()Deprecated. -
MavenXpp3ReaderEx
Deprecated.
-
-
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 classMavenXpp3Reader
- 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 classMavenXpp3Reader
- 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 classMavenXpp3Reader
- 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 classMavenXpp3Reader
- 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 classMavenXpp3Reader
- 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 classMavenXpp3Reader
- Parameters:
in
- a in object.- Returns:
- Model
- Throws:
IOException
- IOException if any.org.codehaus.plexus.util.xml.pull.XmlPullParserException
- XmlPullParserException if any.
-