Class MavenToolchainsXpp3Reader
java.lang.Object
org.apache.maven.toolchain.model.io.xpp3.MavenToolchainsXpp3Reader
Deprecated.
use MavenToolchainsStaxReader.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic interfaceDeprecated.
- 
Constructor SummaryConstructorsConstructorDescriptionDeprecated.MavenToolchainsXpp3Reader(MavenToolchainsXpp3Reader.ContentTransformer contentTransformer) 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.Deprecated.Deprecated.read(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Deprecated.Method read.voidsetAddDefaultEntities(boolean addDefaultEntities) Deprecated.Sets the state of the "add default entities" flag.
- 
Constructor Details- 
MavenToolchainsXpp3Readerpublic MavenToolchainsXpp3Reader()Deprecated.
- 
MavenToolchainsXpp3ReaderDeprecated.
 
- 
- 
Method Details- 
setAddDefaultEntitiespublic void setAddDefaultEntities(boolean addDefaultEntities) Deprecated.Sets the state of the "add default entities" flag.- Parameters:
- addDefaultEntities- a addDefaultEntities object.
 
- 
getAddDefaultEntitiespublic boolean getAddDefaultEntities()Deprecated.Returns the state of the "add default entities" flag.- Returns:
- boolean
 
- 
readpublic PersistedToolchains read(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException Deprecated.Method read.- Parameters:
- parser- a parser object.
- strict- a strict object.
- Returns:
- PersistedToolchains
- Throws:
- IOException- IOException if any.
- org.codehaus.plexus.util.xml.pull.XmlPullParserException- XmlPullParserException if any.
 
- 
readpublic PersistedToolchains 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:
- PersistedToolchains
- Throws:
- IOException- IOException if any.
- org.codehaus.plexus.util.xml.pull.XmlPullParserException- XmlPullParserException if any.
- See Also:
 
- 
readpublic PersistedToolchains read(Reader reader) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException Deprecated.- Parameters:
- reader- a reader object.
- Returns:
- PersistedToolchains
- Throws:
- IOException- IOException if any.
- org.codehaus.plexus.util.xml.pull.XmlPullParserException- XmlPullParserException if any.
- See Also:
 
- 
readpublic PersistedToolchains 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:
- PersistedToolchains
- Throws:
- IOException- IOException if any.
- org.codehaus.plexus.util.xml.pull.XmlPullParserException- XmlPullParserException if any.
 
- 
readpublic PersistedToolchains read(InputStream in) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException Deprecated.Method read.- Parameters:
- in- a in object.
- Returns:
- PersistedToolchains
- Throws:
- IOException- IOException if any.
- org.codehaus.plexus.util.xml.pull.XmlPullParserException- XmlPullParserException if any.
 
 
-