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 SummaryNested ClassesModifier and TypeClassDescriptionstatic interfaceDeprecated.
- 
Constructor SummaryConstructorsConstructorDescriptionDeprecated.MavenXpp3ReaderEx(MavenXpp3ReaderEx.ContentTransformer contentTransformer) Deprecated.
- 
Method SummaryModifier 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.MavenXpp3ReadergetAddDefaultEntities, setAddDefaultEntities
- 
Constructor Details- 
MavenXpp3ReaderExpublic MavenXpp3ReaderEx()Deprecated.
- 
MavenXpp3ReaderExDeprecated.
 
- 
- 
Method Details- 
readpublic Model read(Reader reader, boolean strict, InputSource source) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException Deprecated.- Overrides:
- readin class- MavenXpp3Reader
- Throws:
- IOException
- org.codehaus.plexus.util.xml.pull.XmlPullParserException
 
- 
readpublic Model read(Reader reader, boolean strict) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException Deprecated.- Overrides:
- readin 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.
 
- 
readpublic Model read(Reader reader) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException Deprecated.- Overrides:
- readin class- MavenXpp3Reader
- Parameters:
- reader- a reader object.
- Returns:
- Model
- Throws:
- IOException- IOException if any.
- org.codehaus.plexus.util.xml.pull.XmlPullParserException- XmlPullParserException if any.
 
- 
readpublic Model read(InputStream in, boolean strict, InputSource source) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException Deprecated.- Overrides:
- readin class- MavenXpp3Reader
- Throws:
- IOException
- org.codehaus.plexus.util.xml.pull.XmlPullParserException
 
- 
readpublic Model read(InputStream in, boolean strict) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException Deprecated.Description copied from class:MavenXpp3ReaderMethod read.- Overrides:
- readin 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.
 
- 
readpublic Model read(InputStream in) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException Deprecated.Description copied from class:MavenXpp3ReaderMethod read.- Overrides:
- readin class- MavenXpp3Reader
- Parameters:
- in- a in object.
- Returns:
- Model
- Throws:
- IOException- IOException if any.
- org.codehaus.plexus.util.xml.pull.XmlPullParserException- XmlPullParserException if any.
 
 
-