Class SettingsXpp3Reader
java.lang.Object
org.apache.maven.settings.io.xpp3.SettingsXpp3Reader
Deprecated.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic interfaceDeprecated.
- 
Constructor SummaryConstructorsConstructorDescriptionDeprecated.SettingsXpp3Reader(SettingsXpp3Reader.ContentTransformer contentTransformer) Deprecated.
- 
Method SummaryModifier and TypeMethodDescriptionbooleanDeprecated.Returns the state of the "add default entities" flag.read(InputStream in) Deprecated.read(InputStream in, boolean strict) Deprecated.Deprecated.Deprecated.read(XMLStreamReader parser, boolean strict) Deprecated.voidsetAddDefaultEntities(boolean addDefaultEntities) Deprecated.Sets the state of the "add default entities" flag.
- 
Constructor Details- 
SettingsXpp3Readerpublic SettingsXpp3Reader()Deprecated.
- 
SettingsXpp3ReaderDeprecated.
 
- 
- 
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.
 
- 
readpublic Settings read(Reader reader, boolean strict) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException Deprecated.- Throws:
- IOException
- org.codehaus.plexus.util.xml.pull.XmlPullParserException
 
- 
readpublic Settings read(Reader reader) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException Deprecated.- Throws:
- IOException
- org.codehaus.plexus.util.xml.pull.XmlPullParserException
 
- 
readpublic Settings read(InputStream in, boolean strict) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException Deprecated.- Throws:
- IOException
- org.codehaus.plexus.util.xml.pull.XmlPullParserException
 
- 
readpublic Settings read(InputStream in) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException Deprecated.- Throws:
- IOException
- org.codehaus.plexus.util.xml.pull.XmlPullParserException
 
- 
readpublic Settings read(XMLStreamReader parser, boolean strict) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException Deprecated.- Throws:
- IOException
- org.codehaus.plexus.util.xml.pull.XmlPullParserException
 
 
- 
org.apache.maven.api.services.xml.SettingsXmlFactoryfrommaven-api-coreorSettingsStaxReader