Class DefaultSettingsXmlFactory
java.lang.Object
org.apache.maven.impl.DefaultSettingsXmlFactory
- All Implemented Interfaces:
- Service,- SettingsXmlFactory,- XmlFactory<org.apache.maven.api.settings.Settings>
@Named
@Singleton
public class DefaultSettingsXmlFactory
extends Object
implements SettingsXmlFactory
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionorg.apache.maven.api.settings.Settingsread(XmlReaderRequest request) voidwrite(XmlWriterRequest<org.apache.maven.api.settings.Settings> request) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.maven.api.services.xml.XmlFactoryfromXmlString, read, read, read, read, read, read, toXmlString, write, write, write
- 
Constructor Details- 
DefaultSettingsXmlFactorypublic DefaultSettingsXmlFactory()
 
- 
- 
Method Details- 
readpublic org.apache.maven.api.settings.Settings read(@Nonnull XmlReaderRequest request) throws XmlReaderException - Specified by:
- readin interface- XmlFactory<org.apache.maven.api.settings.Settings>
- Throws:
- XmlReaderException
 
- 
writepublic void write(XmlWriterRequest<org.apache.maven.api.settings.Settings> request) throws XmlWriterException - Specified by:
- writein interface- XmlFactory<org.apache.maven.api.settings.Settings>
- Throws:
- XmlWriterException
 
 
-