Package org.apache.maven.model.io.xpp3
Class MavenXpp3Reader
java.lang.Object
org.apache.maven.model.io.xpp3.MavenXpp3Reader
- Direct Known Subclasses:
- MavenXpp3ReaderEx
Deprecated.
Use MavenStaxReader instead
- 
Nested Class SummaryNested Classes
- 
Constructor SummaryConstructorsModifierConstructorDescriptionDeprecated.MavenXpp3Reader(MavenXpp3Reader.ContentTransformer contentTransformer) Deprecated.protectedMavenXpp3Reader(MavenXpp3Reader.ContentTransformer contentTransformer, boolean addLocationInformation) Deprecated.
- 
Method SummaryModifier and TypeMethodDescriptionbooleanDeprecated.Returns the state of the "add default entities" flag.read(InputStream in) Deprecated.Method read.read(InputStream in, boolean strict) Deprecated.Method read.protected Modelread(InputStream is, boolean strict, InputSource source) Deprecated.Deprecated.Deprecated.protected Modelread(Reader reader, boolean strict, InputSource source) Deprecated.voidsetAddDefaultEntities(boolean addDefaultEntities) Deprecated.Sets the state of the "add default entities" flag.
- 
Constructor Details- 
MavenXpp3Readerpublic MavenXpp3Reader()Deprecated.
- 
MavenXpp3ReaderDeprecated.
- 
MavenXpp3Readerprotected MavenXpp3Reader(MavenXpp3Reader.ContentTransformer contentTransformer, boolean addLocationInformation) Deprecated.
 
- 
- 
Method Details- 
getAddDefaultEntitiespublic boolean getAddDefaultEntities()Deprecated.Returns the state of the "add default entities" flag.- Returns:
- boolean
 
- 
setAddDefaultEntitiespublic void setAddDefaultEntities(boolean addDefaultEntities) Deprecated.Sets the state of the "add default entities" flag.- Parameters:
- addDefaultEntities- a addDefaultEntities object.
 
- 
readprotected Model read(Reader reader, boolean strict, InputSource source) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException Deprecated.- 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.- 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.- Parameters:
- reader- a reader object.
- Returns:
- Model
- Throws:
- IOException- IOException if any.
- org.codehaus.plexus.util.xml.pull.XmlPullParserException- XmlPullParserException if any.
 
- 
readprotected Model read(InputStream is, boolean strict, InputSource source) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException Deprecated.- 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.Method read.- 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.Method read.- Parameters:
- in- a in object.
- Returns:
- Model
- Throws:
- IOException- IOException if any.
- org.codehaus.plexus.util.xml.pull.XmlPullParserException- XmlPullParserException if any.
 
 
-